Fridrich Strba 2024-02-13 02:51:04 +00:00 committed by Git OBS Bridge
parent 105667c625
commit 7b52197ade
2 changed files with 6 additions and 4 deletions

View File

@ -1,13 +1,15 @@
--- a/build.xml 2022-03-08 08:19:52.000000000 +0100
+++ b/build.xml 2024-02-13 02:31:15.760059399 +0100
@@ -26,8 +26,8 @@
@@ -25,9 +25,9 @@
<javac srcdir="${basedir}" destdir="${output}"
debuglevel="lines,source"
debug="true"
- debug="true"
- release="11">
- <compilerarg line="-Xlint:none --patch-module java.compiler=javax17api.jar"/>
+ debug="true" encoding="utf-8"
+ source="8" target="8">
+ <compilerarg line="-Xlint:none"/>
+ <compilerarg line="-Xlint:none" value="-Xbootclasspath/p:javax17api.jar"/>
</javac>
<delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/>

View File

@ -3,7 +3,7 @@ Tue Feb 13 01:50:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* ecj-java8compat.patch
+ Allow building ecj with language levels 8
+ Allow building ecj with language levels 8 (bsc#1219862)
-------------------------------------------------------------------
Mon Aug 21 11:46:03 UTC 2023 - Fridrich Strba <fstrba@suse.com>