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
+2 -2
View File
@@ -96,8 +96,8 @@
<!-- env used to set classpath below -->
<property environment="env" />
<javac source="1.7"
target="1.7"
<javac source="1.8"
target="1.8"
destdir="bin"
excludes="**/tools/format/**"
encoding="UTF-8"