We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4b651 commit d02d5c9Copy full SHA for d02d5c9
Desktop/build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
}
30
31
javafx {
32
- version = '26-ea+17'
+ version = '26-ea+19'
33
modules = ['javafx.controls', 'javafx.fxml']
34
configurations = ['implementation']
35
FxCore/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
17
18
19
20
modules = ['javafx.controls', 'javafx.graphics']
21
configurations = ['api']
22
0 commit comments