Skip to content

Commit

Permalink
refactor: update to JavaFX 17
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Sep 7, 2023
1 parent 2a38e31 commit ad5e0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ java {
}

javafx {
version = '17-ea+16' // '16' // '14.0.2.1'
version = '17' // '16' // '14.0.2.1'
modules = ['javafx.controls']
}

Expand Down

0 comments on commit ad5e0f9

Please sign in to comment.