Skip to content

Commit

Permalink
Upgrade to JavaFX 13 (#5406)
Browse files Browse the repository at this point in the history
Upgrade to JavaFX 13
  • Loading branch information
koppor authored Oct 9, 2019
2 parents ccfa991 + d113fad commit 716d954
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 @@ -102,7 +102,7 @@ configurations {
}

javafx {
version = "11.0.2"
version = "13"
modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.web', 'javafx.swing' ]
}

Expand Down

0 comments on commit 716d954

Please sign in to comment.