Revert StaticDisplayState; For hosted only allow debug to be used.
[SquirrelJME.git] / modules / aot-springcoat / build.gradle
blob9fd0baf7a92493cb40aaa1a939731099f442a47a
1 // ---------------------------------------------------------------------------
2 // Multi-Phasic Applications: SquirrelJME
3 //     Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
4 // ---------------------------------------------------------------------------
5 // SquirrelJME is under the GNU General Public License v3+, or later.
6 // See license.mkd for licensing and copyright information.
7 // ---------------------------------------------------------------------------
9 import cc.squirreljme.plugin.swm.JavaMEConfiguration
10 import cc.squirreljme.plugin.swm.JavaMEMidletType
12 version = "1.8.$squirreljmeVMVersion"
13 description = "SpringCoat ROM packaging."
15 squirreljme
17         javaDocErrorCode = "AI"
18         swmType = JavaMEMidletType.API
19         swmName = "SpringCoat AOT"
20         swmVendor = "Stephanie Gawroriski"
21         tags += "aot-compiler"
22         tags += "compiler:springcoat"
23         mainClass = "cc.squirreljme.jvm.aot.Main"
26 dependencies
28         api project(":modules:aot")