Skip to content

Commit

Permalink
Upgrade JavaFX to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew committed Apr 16, 2023
1 parent b224b3b commit 1ddaa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spotless {

// org.openjfx.javafxplugin
javafx {
version = '18'
version = '20'
// modules = ['javafx.fxml', 'javafx.graphics']
modules = ['javafx.base', 'javafx.controls', 'javafx.media', 'javafx.swing', 'javafx.web', 'javafx.fxml', 'javafx.graphics']
}
Expand Down

0 comments on commit 1ddaa7b

Please sign in to comment.