Cherrypick non-RatufaCoat, of which RatufaCoat is in C, into trunk so other branches...
[SquirrelJME.git] / modules / aot-springcoat / build.gradle
blob75e9b3694a63cdfc48de200db4ce4bf13a695f7e
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         definedConfigurations += new JavaMEConfiguration("CLDC-1.8")
22         tags += "aot-compiler"
23         tags += "compiler:springcoat"
24         mainClass = "cc.squirreljme.jvm.aot.Main"
27 dependencies
29         api project(":modules:aot")