Description: Source / Target version 1.8 (instead of 1.6) since features of 8 are used
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 05 Jul 2018 12:08:56 +0200

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