Rename unzip tool.
[SquirrelJME.git] / modules / markdown-writer / build.gradle
blob19c3d9027da9557efeb6917e491ba87577f3ab0f
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "This project contains a formatted markdown " +
4         "writer which allows documents to be written to a standard stream yet " +
5         "have state on which properties to apply to the output."
6 version = rootProject.version
8 squirreljme
10         javaDocErrorCode = "CG"
11         swmType = JavaMEMidletType.LIBRARY
12         swmName = "Markdown Writer"
13         swmVendor = "Stephanie Gawroriski"
14         tags += "extra"
17 dependencies
19         api project(":modules:cldc-compact")