Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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.
  • Loading branch information
anomaly2104 committed Nov 7, 2025
commit 7c2b893b012d25bbad36119f2e21c621d5d8a593
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document covers the steps necessary to download, build, and deploy Nomulus.

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

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

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

## Deploy the BEAM Pipelines

Expand Down