Skip to content

Commit 987b19f

Browse files
committed
Update Build Section to Require JDK 11
Closes gh-9418
1 parent f9c4dba commit 987b19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ In the instructions below, https://vimeo.com/34436402[`./gradlew`] is invoked fr
3030
a cross-platform, self-contained bootstrap mechanism for the build.
3131

3232
=== Prerequisites
33-
https://help.github.com/set-up-git-redirect[Git] and the https://www.oracle.com/technetwork/java/javase/downloads[JDK8 build].
33+
https://help.github.com/set-up-git-redirect[Git] and the https://www.oracle.com/technetwork/java/javase/downloads[JDK11 build].
3434

35-
Be sure that your `JAVA_HOME` environment variable points to the `jdk1.8.0` folder extracted from the JDK download.
35+
Be sure that your `JAVA_HOME` environment variable points to the `jdk-11` folder extracted from the JDK download.
3636

3737
=== Check out sources
3838
[indent=0]

0 commit comments

Comments
 (0)