use java8 as target; source could stay 1.5 but i'm bumping this too now

This commit is contained in:
Simon Oberhammer 2018-02-13 14:44:56 +01:00
parent 21739a54d8
commit 65381e7638

View file

@ -94,8 +94,8 @@
<replace file="${build.work}/src/helma/main/Server.java"
token="__builddate__" value="${TODAY}"/>
<javac srcdir="${build.work}/src"
source="1.5"
target="1.5"
source="1.8"
target="1.8"
destdir="${build.classes}"
debug="${debug}"
deprecation="${deprecation}"