setup-java icon indicating copy to clipboard operation
setup-java copied to clipboard

Set up your GitHub Actions workflow with a specific version of Java

Results 113 setup-java issues
Sort by recently updated
recently updated
newest added

**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...

bug

**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...

feature request

**Description:** A clear and concise description of what the bug is. A screenshot is better than a thousand words? ![image](https://github.com/actions/setup-java/assets/22973227/c2a37254-793b-4006-a587-c47638e80182) The step that installs java reports that cache is found...

bug

**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...

bug

**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...

feature request
needs eyes

**Description:** A clear and concise description of what the bug is. **Task version:** Specify the task version **Platform:** - [x] Ubuntu - [ ] macOS - [ ] Windows **Runner...

bug

Hi, Can you confirm that the azul distribution has removed versions 9, 10, 12 and 14 from their official API version? ![image](https://github.com/actions/setup-java/assets/5850581/03ee4ebc-b845-4da6-a0c2-b03198b158f4)

bug

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....

bug

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...

bug

**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 - [...

bug