Skip to content

Commit

Permalink
UPDATE build.gradle
Browse files Browse the repository at this point in the history
Change Javafx version to 11. To fix error when running on linux
  • Loading branch information
Statspadders committed Feb 22, 2023
1 parent b8f35cc commit cec7a96
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 @@ -57,6 +57,6 @@ run{
}

javafx {
version = "19"
version = "11"
modules = [ 'javafx.controls' , 'javafx.fxml']
}

0 comments on commit cec7a96

Please sign in to comment.