1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: raising source/target versions to 1.8 to comply with OpenJDK-21
Author: Pierre Gruet <pgt@debian.org>
Bug-Debian: https://bugs.debian.org/1053075
Forwarded: not-needed
Last-Update: 2023-10-06
--- a/Makefile.common.mk
+++ b/Makefile.common.mk
@@ -8,7 +8,7 @@
PATHTOTESTRESULTSFROMROOT = ./testresults
-JAVAVERSIONTARGET=1.7
+JAVAVERSIONTARGET=1.8
JAVACTARGETOPTIONS=-target ${JAVAVERSIONTARGET} -source ${JAVAVERSIONTARGET}
|