add a note about Ant version (resolves #783)

This commit is contained in:
Ben Fry
2023-09-17 06:52:24 -04:00
parent 0726edc344
commit 2778ca4f59
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
<!-- Require Java ${train} everywhere. -->
<fail message="Unsupported Java version: ${java.version}. To build, make sure that Java ${jdk.train} is installed, and that JAVA_HOME points at the JDK that you want to use. For instance, on macOS, set it with:${line.separator}export JAVA_HOME=&quot;`/usr/libexec/java_home -v ${jdk.train}`&quot;">
<fail message="Unsupported Java version: ${java.version}. To build, make sure that Java ${jdk.train} is installed, that you're using Ant 1.10.14 or later, and that JAVA_HOME points at the JDK that you want to use. For instance, on macOS, set it with:${line.separator}export JAVA_HOME=&quot;`/usr/libexec/java_home -v ${jdk.train}`&quot;">
<condition>
<not>
<or>
+2 -1
View File
@@ -1,5 +1,6 @@
1294 (4.3.1)
X add an extra note about the Ant version
X https://github.com/processing/processing4/pull/783
contribs
X migrate from altool to notarytool from @CyberFlameGO