Skip to content

Commit ad5e0f9

Browse files
refactor: update to JavaFX 17
1 parent 2a38e31 commit ad5e0f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ java {
5252
}
5353

5454
javafx {
55-
version = '17-ea+16' // '16' // '14.0.2.1'
55+
version = '17' // '16' // '14.0.2.1'
5656
modules = ['javafx.controls']
5757
}
5858

0 commit comments

Comments
 (0)