Skip to content
deanriverson edited this page Jan 29, 2012 · 3 revisions

Overview

The GroovyFX build is done using Gradle. NetBeans and IDEA projects are also provided.

Building with Gradle

gradlew build

Deploying Snapsots

Coming Soon.

Deploying Releases

Coming Soon.

Documentation Tasks

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