Update app to Java 8

This commit is contained in:
Jakub Valtar
2016-04-02 23:17:25 +02:00
parent d0939a6552
commit dd8698427c
14 changed files with 32 additions and 32 deletions

View File

@@ -13,8 +13,8 @@
<fail unless="core-built" message="Please build the core library first and make sure it sits in ../../../core/library/core.jar" />
<mkdir dir="bin" />
<javac source="1.7"
target="1.7"
<javac source="1.8"
target="1.8"
srcdir="src" destdir="bin"
encoding="UTF-8"
includeAntRuntime="false"