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:** Unable to parse Java version on Ubuntu runner. **Task version:** 99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 **Platform:** - [x] Ubuntu - [ ] macOS - [ ] Windows **Runner type:** - [X] Hosted -...

bug

**Current Workaround** ```yml - name: Setup JBR 21 uses: gmitch215/setup-java@cba808d047291bcc112e7af979a7622d2cd18ff0 with: distribution: 'jetbrains' java-version: 21 cache: 'gradle' # For GitHub API (use if you believe you'd run into rate limits)...

**Description:** Woke up to find that temurin job doesn't support JDK 8 on `windows-latest` and `macos-latest`. The JDK can be downloaded [here](https://adoptium.net/temurin/releases/?version=8), and macOS is listed, so it does have...

bug

**Description:** Can you add an option in the action to ignore the self signed certificate. **Justification:** I'm trying to use this action on my Github Enterprise, but I'm getting this...

feature request

Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... **Description:** Describe your changes. **Related issue:** Add link to the related...

**Description:** Currently, if I specify the following options: ```yaml distribution: 'zulu' java-version: '21' ``` Then `actions/setup-java` will download `zulu21.34.19-ca-crac-jdk21.0.3-linux_x64.tar.gz`. Notice that this is the build with the optional CRaC feature...

feature request

- nama: Pengaturan Java JDK kegunaan: tindakan/[email protected] **Description:** Describe your changes. **Related issue:** Add link to the related issue. **Check list:** - [ ] Mark if documentation changes are required....

**Description:** as in [setup python](https://github.com/actions/setup-python/blob/82c7e631bb3cdc910f68e0081d67478d79c6982d/src/setup-python.ts#L79) ``` if (IS_MAC) { process.env['AGENT_TOOLSDIRECTORY'] = '/Users/runner/hostedtoolcache'; } if (process.env.AGENT_TOOLSDIRECTORY?.trim()) { process.env['RUNNER_TOOL_CACHE'] = process.env['AGENT_TOOLSDIRECTORY']; } core.debug( `Python is expected to be installed into ${process.env['RUNNER_TOOL_CACHE']}` );...

feature request

**Description:** I have a build script that is run on each PR. It launches appium test suite, which takes approximately 4 minutes to complete, but after that Post Setup JDK...

bug

**Description:** This action is no longer fully compatible with later versions of the `maven-gpg-plugin`. The action takes the variable `gpg-passphrase` which is expected to be the environment variable that holds...

bug