aboutsummaryrefslogtreecommitdiffstats
path: root/testing/eclipse-ecj/20-javac-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/eclipse-ecj/20-javac-version.patch')
-rw-r--r--testing/eclipse-ecj/20-javac-version.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/eclipse-ecj/20-javac-version.patch b/testing/eclipse-ecj/20-javac-version.patch
new file mode 100644
index 00000000000..53fbcb65604
--- /dev/null
+++ b/testing/eclipse-ecj/20-javac-version.patch
@@ -0,0 +1,15 @@
+Author: Holger Jaekel <holger.jaekel@gmx.de>
+Summary: set javac version to 17
+----
+
+--- a/build.xml
++++ b/build.xml
+@@ -26,7 +26,7 @@
+ <javac srcdir="${basedir}" destdir="${output}"
+ debuglevel="lines,source"
+ debug="true"
+- release="11">
++ release="17">
+ <compilerarg line="-Xlint:none --patch-module java.compiler=javax17api.jar"/>
+ </javac>
+