summarylogtreecommitdiffstats
path: root/build.gradle.patch
blob: ca6b328bef8575193ebdcc5187385d2083b3a4bb (plain)
1
2
3
4
5
6
7
8
9
10
--- build.gradle
+++ build.gradle
@@ -9,7 +9,6 @@ targetCompatibility = '1.11'
 compileJava {
 	// Suppress warnings about internal api usage - https://stackoverflow.com/a/19553686/6238618
 	options.fork = true
-	options.forkOptions.executable = 'javac'
 	options.compilerArgs << '-XDignore.symbol.file'
 }