Remove unused RMI groovy hack (#5661)

This commit is contained in:
Anuraag Agrawal 2022-03-22 15:10:47 +09:00 committed by GitHub
parent cd528e98fb
commit 31d75ff41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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")