From 2afcc88cd6729cfa22b615c68bc8823e314e8978 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Wed, 16 Sep 2015 10:38:02 -0400 Subject: [PATCH] Update to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db1f2a5c..745e5806 100644 --- a/README.md +++ b/README.md @@ -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