From 76714114f5c538d8ef6f67a69c8c3a9791b3dd83 Mon Sep 17 00:00:00 2001 From: Kyle Moore Date: Wed, 8 Sep 2021 10:33:50 -0700 Subject: [PATCH] Fix #51: Add Microsoft to JDKs page - Content pulled from https://docs.microsoft.com/en-us/java/openjdk/overview --- conf/jdks.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/conf/jdks.conf b/conf/jdks.conf index 723315c4..afe93c76 100644 --- a/conf/jdks.conf +++ b/conf/jdks.conf @@ -70,6 +70,20 @@ jdks { since version 7. """ }, + { + id = "ms" + vendor = "Microsoft" + distribution = "OpenJDK" + url = "https://www.microsoft.com/openjdk" + description = """ + The Microsoft Build of OpenJDK is a no-cost distribution of OpenJDK that's + open source and available for free for anyone to deploy anywhere. It + includes Long-Term Support (LTS) binaries for Java 11 on x64 server and + desktop environments on macOS, Linux, and Windows, and AArch64/ARM64 on + Linux and Windows. Microsoft also publishes Java 16 binaries for all three + major Operating Systems and both x64 and AArch64 (M1/ARM64) architectures. + """ + }, { id = "sapmchn" vendor = "SAP"