setup-java
setup-java copied to clipboard
Set up your GitHub Actions workflow with a specific version of Java
**Description:** I have a simplified action which sets up Java inside of a container. Depending on the container used, I get an error because it fails to run the the...
**Description:** Adds support for Alpine Linux in setup-java for temurin **Related issue:** Add link to the related issue. **Check list:** - [ ] Mark if documentation changes are required. -...
**Description:** Tencent is one of main OpenJDK contributors, and it has its own OpenJDK distro, exactly Tencent Kona JDK. We'd like to see setup-java support this distro as well. **Justification:**...
**Description:** This PR adds Tencent Kona JDK into setup-java. It supports the major versions 8, 11, 17 and 21. The supported platforms are Linux x86_64/aarch64, macOS x86_64/aarch64 and Windows x86_64....
**Description:** docs: add a space between words and icons **Related issue:** None **Check list:** - [x] Mark if documentation changes are required. - [ ] Mark if tests were added...
**Description:** Currently my team uses a different M2 repository path for Maven for some specific reasons. The current implementation of the action have the paths hardcoded and can't be changed...
**Description:** Support GraalVM 17/21/22 **Justification:** Building native applications on GitHub pipeline **Are you willing to submit a PR?**
**Description:** Add support for [`.sdkmanrc`](https://sdkman.io/usage#env) file in `java-version-file` parameter. **Justification:** [SDKMAN!](https://sdkman.io/) is a popular package manager, especially for java ecosystem. Would be awesome to have an out of the box...
**Description:** Describe your changes.Bumps @action/cache from 4.0.2 to 4.0.3