Use loopback address for rmi tests (#2738)
This commit is contained in:
parent
a8a443e39d
commit
1486d73dda
|
@ -38,3 +38,6 @@ tasks.withType(JavaCompile) {
|
|||
tasks.withType(GroovyCompile) {
|
||||
options.release = null
|
||||
}
|
||||
tasks.withType(Test) {
|
||||
jvmArgs "-Djava.rmi.server.hostname=127.0.0.1"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue