|
Project Information
Featured
Downloads
|
This project is based on the excellent Clojuresque gradle plugin. It compiles and packages JavaFx code. It works with Gradle 0.9+. To install, just download the latest Jar from downloads and drop it into $GRADLE_HOME/lib/plugins. To use it in a Gradle project just add the line "apply plugin: 'javafx'" to the top. Then put your source in ./src/main/fx/. After that a command line gradle build will compile your fx files and include them in your jar. |