Description: raise version to 1.8 for javac, 1.6 is not suppported anymore
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2022-12-16

--- a/build.xml
+++ b/build.xml
@@ -34,7 +34,7 @@
 
 	<target name="compile" depends="init">
 		<!-- Compile the java code from ${src} into ${build} -->
-		<javac source="1.6" target="1.6" srcdir="${src}" destdir="${build}" classpath="">
+		<javac source="1.8" target="1.8" srcdir="${src}" destdir="${build}" classpath="">
 			<include name="beagle/**"/>
 		</javac>
 	</target>
