Be more precise.
[SquirrelJME.git] / modules / debug-jdwp / build.gradle
blob11cae4e16cb21645b778fdf7503335646157e2d0
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "Provides an implementation of the JDWP Debugging Interface."
4 version = rootProject.version
6 squirreljme
8         javaDocErrorCode = "AG"
9         swmType = JavaMEMidletType.LIBRARY
10         swmName = "JDWP Implementation"
11         swmVendor = "Stephanie Gawroriski"
12         tags += "debug"
15 dependencies
17         api project(":modules:cldc-compact")
18         api project(":modules:collections")
19         api project(":modules:tool-classfile")