build.gradle: update JavaFX to 21

This commit is contained in:
Sean Gilligan 2023-09-27 11:39:25 -07:00 committed by Andreas Schildbach
parent 6686782ffa
commit eefadef5f6

View file

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