We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The GroovyFX build is done using Gradle. NetBeans and IDEA projects are also provided.
gradlew build
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
gradlew doc
The command gradlew bG builds the guide only, which is quicker when writing the docs
gradlew bG