Testing Multi Remote

This commit is contained in:
Speiger 2021-06-22 16:13:01 +02:00
parent a44e091851
commit 7fd54cd094
1 changed files with 1 additions and 1 deletions

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
}