Skip to content

Commit

Permalink
Fix #51: Add Microsoft to JDKs page
Browse files Browse the repository at this point in the history
  • Loading branch information
DPUkyle authored and marc0der committed Sep 8, 2021
1 parent 117a4e1 commit ba7db97
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions conf/jdks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ba7db97

Please sign in to comment.