Skip to content

Commit

Permalink
Try to update JavaFX from 11.0.2 to 11.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 24, 2019
1 parent 5201112 commit c08ea3e
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 @@ -109,7 +109,7 @@ configurations {
}

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

Expand Down

0 comments on commit c08ea3e

Please sign in to comment.