setup-java
setup-java copied to clipboard
Set up your GitHub Actions workflow with a specific version of Java
**Description:** Need for support of multiple maven repositories. **Justification:** Custom (JFrog for example) Maven artifactories usually have separate repositories for release and snapshot versions. Currently this action only supports one...
**Description:** Similar to Gradle, Maven, and sbt, I am hoping to see [Mill](https://mill-build.org/mill/index.html) cache support. Mill is becoming a popular JVM build tool so I hope this is a welcome...
**Description:** The JDK download fails for the current LTS release if the build number is specified, but not completely provided. For the current LTS release, `21.0.6+7` does not work: One...
**Description:** As of today, you're using the Zulu Discover API to fetch available jdks from there: https://github.com/actions/setup-java/blob/c5195efecf7bdfc987ee8bae7a71cb8b11521c00/src/distributions/zulu/installer.ts#L128 According to [this documentation](https://docs.azul.com/core/metadata-api-migration.html), the new Metadata API gets promoted in favor of...