openjfx / javafx-gradle-plugin

Gradle plugin that makes it easy to work with JavaFX 11+
https://openjfx.io/
BSD 3-Clause "New" or "Revised" License
361 stars 62 forks source link

Task to Download OS-specific OpenJFX SDK #73

Open brunoborges opened 4 years ago

brunoborges commented 4 years ago

Would be nice to have a task to allow user to quickly download the OS-specific, non-LTS JavaFX SDK based on where the Gradle build is being executed.

$ gradle downloadFXsdk

With this task, one could use the downloaded SDK instead of relying on manual downloads, custom tasks, or shell scripts to get the SDK to an external folder.