Remove unused RMI groovy hack (#5661)
This commit is contained in:
parent
cd528e98fb
commit
31d75ff41b
|
@ -32,9 +32,6 @@ tasks {
|
|||
withType<JavaCompile>().configureEach {
|
||||
options.release.set(null as Int?)
|
||||
}
|
||||
withType<GroovyCompile>().configureEach {
|
||||
options.release.set(null as Int?)
|
||||
}
|
||||
withType<Test>().configureEach {
|
||||
jvmArgs("-Djava.rmi.server.hostname=127.0.0.1")
|
||||
|
||||
|
|
Loading…
Reference in New Issue