oracle-actions / setup-java

GitHub Action to download and install Oracle's Java Development Kit builds
Universal Permissive License v1.0
62 stars 11 forks source link

Add support for Oracle GraalVM #56

Closed Thihup closed 1 year ago

delabassee commented 1 year ago

Already available via https://github.com/marketplace/actions/github-action-for-graalvm

Thihup commented 1 year ago

Now that Oracle GraalVM is available on oracle.com, shouldn't this action also support it?

https://www.oracle.com/java/technologies/downloads/#graalvmjava20

The URL is very similar to the JDK

https://download.oracle.com/java/20/latest/jdk-20_linux-x64_bin.tar.gz https://download.oracle.com/graalvm/20/latest/graalvm-jdk-20_linux-x64_bin.tar.gz

fniephaus commented 1 year ago

You may want to take a look at https://github.com/actions/setup-java/pull/501.