Rename unzip tool.
[SquirrelJME.git] / modules / std-apps-core / build.gradle
blob3882adad8fcc141c538c8da89695e5da1c2aa2d0
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "Backing library for core standard applications."
4 version = rootProject.version
6 squirreljme
8         javaDocErrorCode = "SD"
9         swmType = JavaMEMidletType.LIBRARY
10         swmName = "Core Standard Applications Library"
11         swmVendor = "Stephanie Gawroriski"
14 dependencies
16         implementation project(":modules:cldc-compact")