Add comment to set java path

This commit is contained in:
Dalton 2017-09-23 03:51:43 -04:00
parent bd968d9bcb
commit 59ed204588

View File

@ -36,4 +36,6 @@ dependencies {
compileJava.options.encoding = 'UTF-8' compileJava.options.encoding = 'UTF-8'
compileJava.options.fork = true compileJava.options.fork = true
// Change this if you are getting errors building
compileJava.options.forkOptions.executable = 'C:\\Program Files\\Java\\jdk1.8.0_131\\bin\\javac.exe' compileJava.options.forkOptions.executable = 'C:\\Program Files\\Java\\jdk1.8.0_131\\bin\\javac.exe'