Skip to content

Commit

Permalink
make a note about how to use Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Sep 15, 2020
1 parent 9f07d5f commit d24b843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</target>

<!-- Require Java 11 everywhere. -->
<fail message="Unsupported Java version: ${java.version}. To build, make sure that Java 11 is installed.">
<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;">
<condition>
<not>
<or>
Expand Down

0 comments on commit d24b843

Please sign in to comment.