Update to README.md

This commit is contained in:
Marco Vermeulen
2015-09-16 10:38:02 -04:00
parent 16d30d5bef
commit 2afcc88cd6

View File

@@ -26,11 +26,11 @@ These can be run with Gradle by running the following command:
$ ./gradlew
__Please ensure that the JAVA_HOME environment variable set to JDK 1.7 on your system!__
__Please ensure that the JAVA_HOME environment variable set to JDK 1.8 on your system!__
Mac users can add the following line to their `~/.bash_profile` file to set this variable:
export JAVA_HOME=$(/usr/libexec/java_home -v1.7)
export JAVA_HOME=$(/usr/libexec/java_home -v1.8)
### Using Docker for tests