update gradle compileJava configuration
This commit is contained in:
parent
ad3fce5b17
commit
b600cbdc34
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
// This depends on the openjdk-8-jdk package (Ubuntu) being installed
|
||||
compileJava {
|
||||
options.fork = true
|
||||
options.forkOptions.executable = /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
|
||||
}
|
||||
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue