Make it so mapping files are used and then reapplied.
[SquirrelJME.git] / modules / collections / build.gradle
blob5c0a326c801e7a55bb891566f2d89d35d2dbf9f3
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "This class contains various collections " +
4         "which can be used to store objects."
5 version = rootProject.version
7 squirreljme
9         javaDocErrorCode = "AC"
10         swmType = JavaMEMidletType.LIBRARY
11         swmName = "Collections"
12         swmVendor = "Stephanie Gawroriski"
13         tags += "extra"
16 dependencies
18         api project(":modules:cldc-compact")