mirror of
https://github.com/processing/processing4.git
synced 2026-05-19 06:32:26 +02:00
Update app to Java 8
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user