Make it so mapping files are used and then reapplied.
[SquirrelJME.git] / modules / meep-cellular / build.gradle
blob71610534580015d62d6762fbccd7857942b1b451
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This provides an implementation which is used " +
5         "to access cellular networks."
6 version = rootProject.version
8 squirreljme
10         javaDocErrorCode = "DH"
11         swmType = JavaMEMidletType.API
12         swmName = "MEEP Cellular Networking"
13         swmVendor = "Stephanie Gawroriski"
14         definedStandards += new JavaMEStandard("microedition.cellular;;")
15         tags += "meep"
16         
17         // TODO: Temporary until there are classes
18         noShrinking = true
21 dependencies
23         api project(":modules:cldc-compact")