build.gradle: Update JavaFX to 17.0.0.1.

This commit is contained in:
Sean Gilligan 2021-09-16 18:32:14 -07:00 committed by Andreas Schildbach
parent 65e9d9523b
commit 62f5097933

View File

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