Browse Source

Update jdk version in Prerequisities

Issue gh-572
pull/701/head
Gyeongwon, Do 4 years ago committed by Steve Riesenberg
parent
commit
10859ffc09
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
  1. 4
      README.adoc

4
README.adoc

@ -52,9 +52,9 @@ In the instructions below, https://vimeo.com/34436402[`./gradlew`] is invoked fr @@ -52,9 +52,9 @@ In the instructions below, https://vimeo.com/34436402[`./gradlew`] is invoked fr
a cross-platform, self-contained bootstrap mechanism for the build.
=== Prerequisites
https://help.github.com/set-up-git-redirect[Git] and the https://www.oracle.com/technetwork/java/javase/downloads[JDK8 build].
https://help.github.com/set-up-git-redirect[Git] and the https://www.oracle.com/technetwork/java/javase/downloads[JDK11 build].
Be sure that your `JAVA_HOME` environment variable points to the `jdk1.8.0` folder extracted from the JDK download.
Be sure that your `JAVA_HOME` environment variable points to the `jdk11` folder extracted from the JDK download.
=== Check out sources
[indent=0]

Loading…
Cancel
Save