-
-
Notifications
You must be signed in to change notification settings - Fork 52
Gradle Build
deanriverson edited this page Jan 29, 2012
·
3 revisions
The GroovyFX build is done using Gradle. NetBeans and IDEA projects are also provided.
gradlew build
Coming Soon.
Coming Soon.
There is now a gradle "documentation" task that produces javadoc, groovydoc, and the documentation as html (buildGuide) and pdf (pdfGuide).
The command gradlew doc
produces everything
The command gradlew bG
builds the guide only, which is quicker when writing the docs