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 f1b763a commit a5dd56aCopy full SHA for a5dd56a
Desktop/build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
}
30
31
javafx {
32
- version = '26-ea+16'
+ version = '26-ea+17'
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