wallettemplate: upgrade JavaFX to version 15

JavaFX 15 is now released and is the now the latest supported
version. It supports JDK 11 and later — same as the previous release.

Release notes are here:
https://github.com/openjdk/jfx/blob/jfx15/doc-files/release-notes-15.md#release-notes-for-javafx-15
This commit is contained in:
Sean Gilligan 2020-09-08 15:43:22 -07:00
parent 4258bb9f21
commit 1e5fa2ed0c

View file

@ -13,7 +13,7 @@ dependencies {
}
javafx {
version = '14.0.1'
version = '15'
modules = [ 'javafx.controls', 'javafx.fxml' ]
}