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 2f4d431 commit 7d387d9Copy full SHA for 7d387d9
Desktop/build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
}
30
31
javafx {
32
- version = '26-ea+12'
+ version = '26-ea+13'
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