Testing Multi Remote

This commit is contained in:
2021-06-22 16:13:01 +02:00
parent a44e091851
commit 7fd54cd094
+1 -1
View File
@@ -41,7 +41,7 @@ eclipse {
compileJava {
options.compilerArgs << '-XDignore.symbol.file'
options.fork = true // may not needed on 1.8
options.fork = true
options.forkOptions.executable = 'javac' // may not needed on 1.8
}