Skip to content

Commit

Permalink
tweak Ant message since it need not be the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Sep 17, 2023
1 parent 2778ca4 commit 8fb8937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<property name="jdk.folder" value="jdk-${jdk.detail}+${jdk.build}" />


<!-- Require Java ${train} everywhere. -->
<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;">
<!-- Require Java ${train} everywhere. Ant works back to 1.10.7 at least. -->
<fail message="Unsupported Java version: ${java.version}. To build, make sure that Java ${jdk.train} is installed, that you're using Ant 1.10.7 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>
Expand Down

0 comments on commit 8fb8937

Please sign in to comment.