Skip to content

Commit

Permalink
Merge pull request RPTools#4428 from cwisniew/feature-jfx-21
Browse files Browse the repository at this point in the history
Upgrade to javafx 21
  • Loading branch information
cwisniew authored Nov 19, 2023
2 parents 15f014c + 5bbc22b commit ef715a6
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 @@ -138,7 +138,7 @@ spotless {

// org.openjfx.javafxplugin
javafx {
version = '20'
version = '21'
// 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 ef715a6

Please sign in to comment.