summarylogtreecommitdiffstats
path: root/build.gradle.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle.patch')
-rw-r--r--build.gradle.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.gradle.patch b/build.gradle.patch
new file mode 100644
index 000000000000..ca6b328bef85
--- /dev/null
+++ b/build.gradle.patch
@@ -0,0 +1,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'
+ }
+