Skip to content

Commit

Permalink
Fix bug of jar not being able to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfredwongkc committed Sep 22, 2021
1 parent e19ac2d commit 0f291c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ shadowJar {
// checkstyleTest.enabled = false
//}

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

run{
standardInput = System.in
}

0 comments on commit 0f291c7

Please sign in to comment.