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 20928b7 commit 730d68cCopy full SHA for 730d68c
Desktop/build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
}
30
31
javafx {
32
- version = '26-ea+15'
+ version = '26-ea+16'
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