Skip to content

Commit

Permalink
Update developer guide reference to download JDK 14 (#1452)
Browse files Browse the repository at this point in the history
* Fix documentation reference from Java 14 to 17

Signed-off-by: Andrew Ross <[email protected]>

* Update developer guide reference to download JDK 14

Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross authored Nov 11, 2021
1 parent 762601f commit c437b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ OpenSearch builds using Java 11 at a minimum. This means you must have a JDK 11

Download Java 11 from [here](https://adoptium.net/releases.html?variant=openjdk11).

#### JDK 8 and 17
#### JDK 8 and 14

To run the full suite of tests, download and install [JDK 8](https://adoptium.net/releases.html?variant=openjdk8) and [17](https://adoptium.net/releases.html?variant=openjdk17) and set `JAVA8_HOME`, `JAVA11_HOME`, and `JAVA14_HOME`. They are required by the [backwards compatibility test](./TESTING.md#testing-backwards-compatibility).
To run the full suite of tests, download and install [JDK 8](https://adoptium.net/releases.html?variant=openjdk8) and [JDK 14](https://jdk.java.net/archive/) and set `JAVA8_HOME`, `JAVA11_HOME`, and `JAVA14_HOME`. They are required by the [backwards compatibility test](./TESTING.md#testing-backwards-compatibility).

#### Runtime JDK

Expand Down

0 comments on commit c437b34

Please sign in to comment.