From aa31f1f695e2007ca4b750842815cc700b0533fa Mon Sep 17 00:00:00 2001 From: pkovacs Date: Sun, 18 Dec 2016 21:39:30 +0100 Subject: [PATCH] Update required JDK version to JDK8 Fixes gh-4154. --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index e52c0d7eaa..545086fbe0 100644 --- a/README.adoc +++ b/README.adoc @@ -29,9 +29,9 @@ In the instructions below, http://vimeo.com/34436402[`./gradlew`] is invoked fro a cross-platform, self-contained bootstrap mechanism for the build. === Prerequisites -http://help.github.com/set-up-git-redirect[Git] and the http://www.oracle.com/technetwork/java/javase/downloads[JDK7 build]. +http://help.github.com/set-up-git-redirect[Git] and the http://www.oracle.com/technetwork/java/javase/downloads[JDK8 build]. -Be sure that your `JAVA_HOME` environment variable points to the `jdk1.7.0` folder extracted from the JDK download. +Be sure that your `JAVA_HOME` environment variable points to the `jdk1.8.0` folder extracted from the JDK download. === Check out sources [indent=0]