Description: Java 21 compatibility
Author: Julien Plissonneau Duquène <sre4ever@free.fr>
Forwarded: no
Last-Update: 2025-03-29

Raise the source level to 1.8 as this is the minimum supported by the current
default JDK (21).

--- a/build.xml
+++ b/build.xml
@@ -23,7 +23,7 @@
 	                
 	<!-- Compile the java code from ${src} into ${build} -->
 	<target name="compile" description="compile the source">
-		<javac source="1.4" srcdir="${source}" destdir="${build}" encoding="ISO-8859-1">
+		<javac source="1.8" srcdir="${source}" destdir="${build}" encoding="ISO-8859-1">
 			<classpath>
 				<fileset dir="${build}/lib">
 					<include name="*.jar"/>
