Skip to content

Commit

Permalink
Merge pull request #4745 from cwisniew/javafx-22
Browse files Browse the repository at this point in the history
Update to JavaFx 22
  • Loading branch information
cwisniew authored Apr 2, 2024
2 parents c8c81a6 + 11a8a47 commit 726144c
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 @@ -140,7 +140,7 @@ spotless {

// org.openjfx.javafxplugin
javafx {
version = '21'
version = '22'
// 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 726144c

Please sign in to comment.