use java8 as target; source could stay 1.5 but i'm bumping this too now
This commit is contained in:
parent
21739a54d8
commit
65381e7638
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue