Skip to content

Commit 7c2b893

Browse files
committed
Revise Java JDK prerequisites in install.md
Updated Java JDK reference and added version information. Current document shows java 11 which is incorrect since this repository now uses version 21.
1 parent d4a70c2 commit 7c2b893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document covers the steps necessary to download, build, and deploy Nomulus.
66

77
You will need the following programs installed on your local machine:
88

9-
* A recent version of the [Java 11 JDK][java-jdk11].
9+
* A recent version of the [Java JDK][java-jdk]. Find the version used by nomulus from [.java-version](/.java-version)
1010
* [Google App Engine SDK for Java][app-engine-sdk], and configure aliases to the `gcloud` and `appcfg.sh` utilities (
1111
you'll use them a lot).
1212
* [Git](https://git-scm.com/) version control system.
@@ -132,7 +132,7 @@ entities in your newly deployed system. See the [first steps tutorial](./first-s
132132
for more information.
133133

134134
[app-engine-sdk]: https://cloud.google.com/appengine/docs/java/download
135-
[java-jdk11]: https://www.oracle.com/java/technologies/javase-downloads.html
135+
[java-jdk]: https://www.oracle.com/java/technologies/javase-downloads.html
136136

137137
## Deploy the BEAM Pipelines
138138

0 commit comments

Comments
 (0)