setup-java
setup-java copied to clipboard
Set up your GitHub Actions workflow with a specific version of Java
**Description:** Support for `asdf`'s `.tool-versions` file was added to the `java-version-file` parameter with PR https://github.com/actions/setup-java/pull/606 in response to issue https://github.com/actions/setup-java/issues/579 - unfortunately, there's a difference between what `asdf` requires for...
**Description:** Add the ability to set system properties to the launched image. This would simply many configs and verbose workarounds which use lots of bash commands etc. **Justification:** Currently some...
**Description:** A clear and concise description of what the bug is. A screenshot is better than a thousand words?  The step that installs java reports that cache is found...
**Description:** GPG-Signing of maven artifacts fails only on Windows runners using `actions/setup-java@v4` and the updated `maven-gpg-plugin` `v3.2.0-v3.2.4`. However, the previous plugin version `v3.1.0` does not cause any problems for no...
**Description:** The idea of this PR is to extend the java-version-file to support pom.xml, because for now it only supports the java-version-file created by jEnv **Related issue:** Add link to...
**Description:** A clear and concise description of what the bug is. **Task version:** Specify the task version **Platform:** - [x] Ubuntu - [ ] macOS - [ ] Windows **Runner...
Hi, Can you confirm that the azul distribution has removed versions 9, 10, 12 and 14 from their official API version? 
This action generates a `toolchains.xml` file in `.m2/toolchains.xml` according to the arguments passed to the setup action; however, Maven (its toolchain plugin) does not seem to detect the needed information....
This seemingly broke overnight, i'm attempting to setup the build with this ``` - name: Setup Scala uses: actions/setup-java@v4 with: distribution: 'adopt' java-version: '21' cache: 'sbt' ``` and the build...
**Description:** My workflow is failing because java 8 is no longer available for macos -> https://github.com/dherault/serverless-offline/actions/runs/8815659321/job/24201682104?pr=1779 https://api.adoptium.net/v3/assets/version/%5B1.0,9.0%5D?project=jdk&vendor=adoptium&heap_size=normal&sort_method=DEFAULT&sort_order=DESC&os=mac&architecture=aarch64&image_type=jdk&release_type=ga&jvm_impl=hotspot&page_size=20 **Task version:** v3 **Platform:** - [ ] Ubuntu - [x] macOS - [...