Skip to content

Commit

Permalink
removed gradle workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKirmaier committed Feb 17, 2022
1 parent 9855c8e commit 468b157
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ buildscript {

dependencies {
classpath 'com.sandec.jpro:jpro-plugin-gradle:2021.2.2'
classpath 'org.openjfx:javafx-plugin:0.0.11'
classpath 'org.javamodularity:moduleplugin:1.8.10' // workaround for https://discuss.gradle.org/t/unable-to-build-project-with-gradle-7-3-1-on-java-17/41601
classpath 'org.openjfx:javafx-plugin:0.0.12'
}
}

Expand Down

0 comments on commit 468b157

Please sign in to comment.