diff --git a/build.xml b/build.xml index eb6a80b..dcf3522 100644 --- a/build.xml +++ b/build.xml @@ -58,8 +58,8 @@ destdir="${target.classes.dir}" debug="true" classpathref="compile.classpath" - source="${jdk.source}" - target="${jdk.target}" + source="1.8" + target="1.8" /> @@ -73,8 +73,8 @@ + source="1.8" + target="1.8">