Skip to content

Commit

Permalink
remove fxml
Browse files Browse the repository at this point in the history
  • Loading branch information
SpoilerRules committed Mar 21, 2024
1 parent 4b8a331 commit b8353ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

javafx {
version = "11"
modules("javafx.controls", "javafx.fxml", "javafx.graphics", "javafx.base")
modules("javafx.controls", "javafx.graphics", "javafx.base")
}

tasks.test {
Expand Down

0 comments on commit b8353ed

Please sign in to comment.