setup-java
setup-java copied to clipboard
Set up your GitHub Actions workflow with a specific version of Java
Some libraries like [jewel](https://github.com/JetBrains/jewel) require the JetBrains Runtime to work correctly, but setup-java not supported yet. Will you support JBR, and When?
A confusion introduced by running `java HelloWorldApp.java` I believe the file is not an artifact of `setup-java`, thus user should provide it. But there is no tips in the guide...
This attempts to document the new recommended configuration to sign artifacts with the maven-gpg-plugin as part of the deploy process. It imitates this PR from the maintainer of the maven-gpg-plugin:...
**Description:** Expose `actions/cache` properties in `actions/setup-java`: * `restore-keys` -> `cache-restore-keys` * `key` -> `cache-key` **Justification:** Current implementation has some drawback that prevent us from using caching functionallity in `setup-java`. The...
Snyk has created this PR to upgrade semver from 7.5.4 to 7.6.0. See this package in npm: https://www.npmjs.com/package/semver See this project in Snyk: https://app.snyk.io/org/prdarm2/project/088ac6e6-8779-4a53-b0c5-8b75a0a730fe?utm_source=github&utm_medium=referral&page=upgrade-pr **Description:** Describe your changes. **Related issue:**...
**Description:** Allow to add another toolchain only by a subsequent setup-java - only toolchains.xml must be updated with the additional JDK setup and the JDK specific `JAVA_HOME_` must be set....
**Description:** While working on [`guardian/gha-scala-library-release-workflow`](https://github.com/guardian/gha-scala-library-release-workflow) I noticed that no matter how many times I ran the workflow, `actions/setup-java` would always report [`sbt cache is not found`](https://github.com/guardian/play-secret-rotation/actions/runs/7117908339/job/19381358729), even if there had...
**Description:** when using a selfHosted runner on github The Windows machine will fail to install java due to powershell not liking non .zip files  **Task version:** Specify the task...
**Description:** Expose `cache-primary-key` as an output to allow integration with `actions/cache`and `actions/cache/restore`. **Justification:** Caching rules differ according to the build tool used (mvn/sbt/etc), and I would like to leverage the...
**Description:** This PR adds Oracle GraalVM JDK to the list of supported distributions. **Related issue:** https://github.com/actions/setup-java/pull/401 **Check list:** - [x] Mark if documentation changes are required. - [x] Mark if...