I\'m trying to build a relatively simple JavaFX application using Gradle. However, I have no idea how to do it.
I\'m relatively new to Gradle, and for simple (non-
Here is my example project with OpenJDK 12, JavaFX 12 and Gradle 5.4. It uses the JavaFX Gradle plugin.
I hope somebody finds the Github project useful. Feel free to clone it. It is licensed with the Unlicense.