1 import cc.squirreljme.plugin.swm.JavaMEMidletType
8 version = "1.8.$squirreljmeVMVersion"
9 description = "Reserved for CDC."
13 javaDocErrorCode = "ZE"
14 swmType = JavaMEMidletType.API
15 swmName = "Connected Device Configuration"
16 swmVendor = "Stephanie Gawroriski"
20 // No classes are available for this project, however this completely
21 // relies on CLDC-Compact as it acts as a patch
22 compileJava.options.bootstrapClasspath = (
23 project.objects.fileCollection() +
24 project(":modules:cldc").objects.fileCollection() +
25 project(":modules:cldc-compact").objects.fileCollection())
29 dependsOn project(":modules:cldc-compact").tasks.named("jar")
30 dependsOn project(":modules:cldc").tasks.named("jar")
35 // For IDE related information
36 api "org.jetbrains:annotations:24.0.1"
39 api project(":modules:cldc-compact")
40 api project(":modules:cldc")