Make it so mapping files are used and then reapplied.
[SquirrelJME.git] / modules / tool-manifest-writer / build.gradle
blob4ab7a2b9e5edfed97b49361cb2d23166a3352d25
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "This project allows for creating standard " +
4         "Java manifest files using a mutable class."
5 version = rootProject.version
7 squirreljme
9         javaDocErrorCode = "AB"
10         swmType = JavaMEMidletType.LIBRARY
11         swmName = "Mutable Java Manifest"
12         swmVendor = "Stephanie Gawroriski"
13         tags += "extra"
16 dependencies
18         api project(":modules:cldc-compact")