File: target_source_level.patch

package info (click to toggle)
king 2.24%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,620 kB
  • sloc: java: 111,577; xml: 1,868; cpp: 209; sh: 128; perl: 127; python: 99; makefile: 60; ansic: 7
file content (17 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: raising target/source levels to comply with openjdk-21
Author: Pierre Gruet <pgt@debian.org>
Bug-Debian: https://bugs.debian.org/1053045
Forwarded: no
Last-Update: 2023-09-27

--- a/driftwood/build.xml
+++ b/driftwood/build.xml
@@ -44,7 +44,7 @@
            excludes="**/old/"
            deprecation="off"
            debug="on" debuglevel="lines,source"
-           target="1.7" source="1.7">
+           target="1.8" source="1.8">
     </javac>
 </target>
 <!-- }}} -->