mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
set all build.xml files to Java 17; replace a few tabs with spaces
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<fail unless="core-built" message="Please build the core library first and make sure it is located at ${core.library.jar}" />
|
||||
|
||||
<mkdir dir="bin" />
|
||||
<javac source="11" target="11"
|
||||
<javac source="17" target="17"
|
||||
srcdir="src" destdir="bin"
|
||||
encoding="UTF-8"
|
||||
includeAntRuntime="false"
|
||||
|
||||
Reference in New Issue
Block a user