set all build.xml files to Java 17; replace a few tabs with spaces

This commit is contained in:
Ben Fry
2023-01-20 11:44:00 -05:00
parent 19e5ffd20d
commit 8b4c4efbfd
10 changed files with 98 additions and 85 deletions
+1 -1
View File
@@ -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"