Building
-
Make sure your environment is setup correctly by invoking
gradle
orgradlew
. -
Make a full build invoking
gradle build
.
Installing
-
Install all binaries to your local maven repository with
gradle publishToMavenLocal
.
Building & Installing
-
Invoke
gradle installAllTemplates
.
Usage
-
You must specify a version number that matches the version you just built, for example
lazybones create griffon-javafx-groovy 1.4.0-SNAPSHOT sample
.
-
Change into the desired application directory (under
samples
) and executegradle run
.
-
Change into
docs/griffon-site
. -
Create a new version of the site by invoking
gradle site
. -
Run the site on an embedded HTTP server with
gradle siteRun
. -
Browse to
http://localhost:8080/
.