Skip to content

Commit d24b843

Browse files
committed
make a note about how to use Java 11
1 parent 9f07d5f commit d24b843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</target>
6363

6464
<!-- Require Java 11 everywhere. -->
65-
<fail message="Unsupported Java version: ${java.version}. To build, make sure that Java 11 is installed.">
65+
<fail message="Unsupported Java version: ${java.version}. To build, make sure that Java 11 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 11`&quot;">
6666
<condition>
6767
<not>
6868
<or>

0 commit comments

Comments
 (0)