Skip to content

Commit

Permalink
Multiplatform builds appear to be working
Browse files Browse the repository at this point in the history
  • Loading branch information
FeldrinH committed Sep 12, 2023
1 parent 869b04d commit b20ea28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies {
javafx {
version = "13"
modules("javafx.controls", "javafx.fxml")
setPlatform("windows") // Dependencies are manually included for each platform. The platform is set explicitly here to ensure reproducible builds.
}

tasks.test {
Expand Down

0 comments on commit b20ea28

Please sign in to comment.