Skip to content

Commit

Permalink
Remove JavaFx references from root build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 4, 2023
1 parent af6b664 commit 5576493
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ buildscript {
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:5.2.0'
classpath 'org.openjfx:javafx-plugin:0.0.10'
}
}

Expand All @@ -20,13 +19,6 @@ configure(rootProject) {
}
}

configure(subprojects) {
ext { // in alphabetical order
javafxVersion = '16'
}
}


configure([project(':cli'),
project(':daemon'),
project(':desktop'),
Expand Down

0 comments on commit 5576493

Please sign in to comment.