Skip to content

Commit

Permalink
feat: add openjdk-17
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Dec 3, 2023
1 parent 4faff12 commit 9072a45
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/openjdk-17/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: openjdk-17
description: |
The Java Development Kit is a distribution of Java Technology by Oracle Corporation.
It implements the Java Language Specification and the Java Virtual Machine Specification
and provides the Standard Edition of the Java Application Programming Interface.
homepage: https://github.com/eclipse/eclipse.jdt.ls
licenses:
- GPL-2.0
languages:
- Java
categories:
- Other

source:
id: pkg:java.net/[email protected]
download:
- target: [darwin_x64, darwin_arm64]
files:
openjdk-17.0.2.zip: https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_windows-x64_bin.zip

- target: linux
files:
openjdk-17.0.2.tar.gz: https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_linux-x64_bin.tar.gz

- target: win
files:
openjdk-17.0.2.tar.gz: https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_macos-x64_bin.tar.gz

0 comments on commit 9072a45

Please sign in to comment.