mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Remove JavaFx references from root build.gradle
This commit is contained in:
parent
af6b664548
commit
5576493210
@ -6,7 +6,6 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.github.jengelman.gradle.plugins:shadow:5.2.0'
|
||||
classpath 'org.openjfx:javafx-plugin:0.0.10'
|
||||
}
|
||||
}
|
||||
|
||||
@ -20,13 +19,6 @@ configure(rootProject) {
|
||||
}
|
||||
}
|
||||
|
||||
configure(subprojects) {
|
||||
ext { // in alphabetical order
|
||||
javafxVersion = '16'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
configure([project(':cli'),
|
||||
project(':daemon'),
|
||||
project(':desktop'),
|
||||
|
Loading…
Reference in New Issue
Block a user