Skip to content

Commit 8fb8937

Browse files
committed
tweak Ant message since it need not be the latest
1 parent 2778ca4 commit 8fb8937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<property name="jdk.folder" value="jdk-${jdk.detail}+${jdk.build}" />
3838

3939

40-
<!-- Require Java ${train} everywhere. -->
41-
<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;">
40+
<!-- Require Java ${train} everywhere. Ant works back to 1.10.7 at least. -->
41+
<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;">
4242
<condition>
4343
<not>
4444
<or>

0 commit comments

Comments
 (0)