Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add openjdk-17 #4

Merged
merged 3 commits into from
Dec 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
- Runtime

source:
id: pkg:generic/java/[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