We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47526f6 commit 5db0c52Copy full SHA for 5db0c52
build.gradle
@@ -89,7 +89,7 @@ configurations.testXjcCatalogResolution {
89
} */
90
91
javafx {
92
- version = '22.0.1' // '16' // '14.0.2.1'
+ version = '25' // '22.0.1' // '16' // '14.0.2.1'
93
// modules = ['javafx.base', 'javafx.graphics', 'javafx.controls']
94
// Note: org.openjfx.javafxplugin@0.1.0 with badass-runtime-plugin relies on having all modules (transitive included) declared as "top-level" modules
95
modules = ['javafx.base', 'javafx.graphics', 'javafx.controls', 'javafx.swing', 'javafx.fxml', 'javafx.media', 'javafx.web']
0 commit comments