Testing Multi Remote
This commit is contained in:
parent
a44e091851
commit
7fd54cd094
|
@ -41,7 +41,7 @@ eclipse {
|
||||||
|
|
||||||
compileJava {
|
compileJava {
|
||||||
options.compilerArgs << '-XDignore.symbol.file'
|
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
|
options.forkOptions.executable = 'javac' // may not needed on 1.8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue