mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #1805 from ripcurlx/remove-unnecessary-java-module-config
Remove java 9 module configuration
This commit is contained in:
commit
62b4b59895
@ -85,12 +85,3 @@ dependencies {
|
||||
compile "org.openjfx:javafx-graphics:11:$platform"
|
||||
compile "org.openjfx:javafx-controls:11:$platform"
|
||||
}
|
||||
|
||||
compileJava {
|
||||
doFirst {
|
||||
options.compilerArgs = [
|
||||
'--module-path', classpath.asPath,
|
||||
'--add-modules', 'javafx.controls'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -75,23 +75,6 @@ dependencies {
|
||||
testAnnotationProcessor 'org.projectlombok:lombok:1.18.2'
|
||||
}
|
||||
|
||||
compileJava {
|
||||
doFirst {
|
||||
options.compilerArgs = [
|
||||
'--module-path', classpath.asPath,
|
||||
'--add-modules', 'javafx.controls'
|
||||
]
|
||||
}
|
||||
}
|
||||
run {
|
||||
doFirst {
|
||||
jvmArgs = [
|
||||
'--module-path', classpath.asPath,
|
||||
'--add-modules', 'javafx.controls'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
test {
|
||||
systemProperty 'jdk.attach.allowAttachSelf', true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user