make a note about how to use Java 11

This commit is contained in:
Ben Fry
2020-09-15 17:36:43 -04:00
parent 9f07d5f897
commit d24b843a75
+1 -1
View File
@@ -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>