Creates a simple TornadoFX project to get you started quickly.
mvn archetype:generate -DarchetypeGroupId=no.tornado \
-DarchetypeArtifactId=tornadofx-quickstart-archetype \
-DarchetypeVersion=1.7.17
mvn jfx:run
After you have created your project skeleton, you can convert it to a Gradle project:
gradle init
This will build the jar, you might still want to customize the build process for JavaFX deployment.
If you need installer and/or auto update capabilities for your TornadoFX app, check out FXLauncher for more information.