Revert StaticDisplayState; For hosted only allow debug to be used.
[SquirrelJME.git] / modules / gcf / build.gradle
blob36478820c59f770d6f34de5b98900114fd50b9b8
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "This projects contains the Generic " +
4         "connection framework which is used to create connections to other " +
5         "resources."
6 version = rootProject.version
8 squirreljme
10         javaDocErrorCode = "EC"
11         swmType = JavaMEMidletType.API
12         swmName = "Generic Connection Framework"
13         swmVendor = "Stephanie Gawroriski"
14         tags += "j2me"
17 dependencies
19         api project(":modules:cldc-compact")
21         api project(":modules:meep-midlet")