Skip to content

Commit 5db0c52

Browse files
chore: JavaFX25
1 parent 47526f6 commit 5db0c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ configurations.testXjcCatalogResolution {
8989
} */
9090

9191
javafx {
92-
version = '22.0.1' // '16' // '14.0.2.1'
92+
version = '25' // '22.0.1' // '16' // '14.0.2.1'
9393
// modules = ['javafx.base', 'javafx.graphics', 'javafx.controls']
9494
// Note: org.openjfx.javafxplugin@0.1.0 with badass-runtime-plugin relies on having all modules (transitive included) declared as "top-level" modules
9595
modules = ['javafx.base', 'javafx.graphics', 'javafx.controls', 'javafx.swing', 'javafx.fxml', 'javafx.media', 'javafx.web']

0 commit comments

Comments
 (0)