From 46b14b97c78dc3f280a23dff9d216dd898271bc8 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 3 Apr 2022 11:47:56 +0200 Subject: [PATCH] Add corretto to supported list of distributions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c02eb6c92..bc31d8c05 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Currently, the following distributions are supported: | `adopt-openj9` | Adopt OpenJDK OpenJ9 | [Link](https://adoptopenjdk.net/) | [Link](https://adoptopenjdk.net/about.html) | | `liberica` | Liberica JDK | [Link](https://bell-sw.com/) | [Link](https://bell-sw.com/liberica_eula/) | | `microsoft` | Microsoft Build of OpenJDK | [Link](https://www.microsoft.com/openjdk) | [Link](https://docs.microsoft.com/java/openjdk/faq) +| `corretto` | Amazon Corretto Build of OpenJDK | [Link](https://aws.amazon.com/corretto/) | [Link](https://aws.amazon.com/corretto/faqs/) **NOTE:** The different distributors can provide discrepant list of available versions / supported configurations. Please refer to the official documentation to see the list of supported versions.