update gradle compileJava configuration

This commit is contained in:
Akinwale Ariwodola 2018-10-22 10:38:53 +01:00
parent ad3fce5b17
commit b600cbdc34

View file

@ -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 {