Skip to content

Commit a5dd56a

Browse files
committed
Update javafx monorepo to v26-ea+17
1 parent f1b763a commit a5dd56a

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+16'
32+
version = '26-ea+17'
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+16'
19+
version = '26-ea+17'
2020
modules = ['javafx.controls', 'javafx.graphics']
2121
configurations = ['api']
2222
}

0 commit comments

Comments
 (0)