Minor notes.
[SquirrelJME.git] / modules / meep-concurrency / build.gradle
bloba747275395f0c2f6aa3a1ecbe8a506c07d59cee6
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "The concurrency APIs allows multiple applications to run " +
5         "at the same time."
6 version = rootProject.version
8 squirreljme
10         javaDocErrorCode = "DK"
11         swmType = JavaMEMidletType.API
12         swmName = "MEEP Concurrency"
13         swmVendor = "Stephanie Gawroriski"
14         definedStandards += new JavaMEStandard("microedition.concurrency;;")
15         tags += "meep"
18 dependencies
20         api project(":modules:cldc-compact")