Skip to content

Commit d02d5c9

Browse files
committed
Update javafx monorepo to v26-ea+17
1 parent 0e4b651 commit d02d5c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Desktop/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
}
3030

3131
javafx {
32-
version = '26-ea+17'
32+
version = '26-ea+19'
3333
modules = ['javafx.controls', 'javafx.fxml']
3434
configurations = ['implementation']
3535
}

FxCore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
}
1717

1818
javafx {
19-
version = '26-ea+17'
19+
version = '26-ea+19'
2020
modules = ['javafx.controls', 'javafx.graphics']
2121
configurations = ['api']
2222
}

0 commit comments

Comments
 (0)