Make the build pipeline more resilient for Windows and macOS as those tend to have...
[SquirrelJME.git] / modules / zip / build.gradle
blob01bd0357d065e85d8f065bb38e4b6c8b7f53ed9c
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "The library contains the support for ZIP " +
4         "files and any data interfaces needed for ZIP files."
5 version = rootProject.version
7 squirreljme
9         javaDocErrorCode = "BF"
10         swmType = JavaMEMidletType.LIBRARY
11         swmName = "ZIP Support"
12         swmVendor = "Stephanie Gawroriski"
13         tags += "extra"
16 dependencies
18         api project(":modules:cldc")
20         api project(":modules:io")