From c437b3442dbbe9b24df6c2cc0d422cc169680d9c Mon Sep 17 00:00:00 2001 From: Andrew Ross Date: Thu, 11 Nov 2021 16:57:41 -0600 Subject: [PATCH] Update developer guide reference to download JDK 14 (#1452) * Fix documentation reference from Java 14 to 17 Signed-off-by: Andrew Ross * Update developer guide reference to download JDK 14 Signed-off-by: Andrew Ross --- DEVELOPER_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 1aea3c5bd53b7..17f592e078908 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -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