Skip to content

Commit b0acc90

Browse files
authored
Add Azul Zulu into other JDKs (#922)
1 parent c5eb9cd commit b0acc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/install-jdk/assets/features/components/OtherJDKsPanel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class OtherJDKsPanel extends React.Component {
1414
public render() {
1515
const jdkList = [
1616
{ name: "Amazon Corretto", url: "https://aws.amazon.com/corretto" },
17+
{ name: "Azul Zulu", url: "https://www.azul.com/downloads/?package=jdk" },
1718
{ name: "Eclipse Adoptium's Temurin", url: "https://adoptium.net/" },
1819
{ name: "Microsoft Build of OpenJDK", url: "https://www.microsoft.com/openjdk" },
1920
{ name: "Oracle Java SE", url: "https://www.oracle.com/java/technologies/javase-downloads.html" },

0 commit comments

Comments
 (0)