setup-java
setup-java copied to clipboard
Set up your GitHub Actions workflow with a specific version of Java
**Description:** some small changes on README.md to enhance readabilty **Related issue:** fixes https://github.com/actions/setup-java/issues/725 **Check list:** - [no] Mark if documentation changes are required. - [no] Mark if tests were added...
**Description:** Support Java 7-. **Justification:** To benefit from GitHub Actions and convenient setup-java workflows, concurrent with efforts to upgrade Java in legacy projects, e.g. scientific applications.
**Description:** The README mentions only the Java versions "8, 11, 16, 17, 21". [1] Can you please explain the rationale for how it is decided to support a certain version...
**Description:** I created a Action schema validation process that does self-documentation from the Action's yaml definition. In running the tool on the `setup-java` repo it failed validation. The `default` input...
**Description:** When the user specifies the distribution in an ASDF `.tool-versions` file (e.g. `java corretto-1.2.3`) then don't require the distribution to be restated explicitly in a redundant `distribution` field in...
**Description:** Please allow to configure cache scope, example: ``` - name: "Setup Java" uses: actions/setup-java@v4 with: distribution: "temurin" java-version: "17" cache: "gradle" cache-from: type=gha,scope=global cache-to: type=gha,mode=max,scope=global ``` **Justification:** I have...
**Description:** On my Mac, I like using OpenJDK builds by Homebrew, which can be installed like so: ``` brew install openjdk ``` See also: https://github.com/orgs/Homebrew/discussions/5491 **Justification:** It's good to have...
**Description:** A `.tool-versions` file with a valid Temurin version specifier is parsed as having a `null` version. Given the following `.tool-versions`: ``` java temurin-21.0.5+11.0.LTS ``` I can install Java locally...
**Description:** This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling) The misspellings have been reported at https://github.com/jsoref/setup-java/actions/runs/12423921040#summary-34688231947 The action reports that the changes in this PR would make it happy:...
Snyk has created this PR to upgrade @actions/core from 1.10.1 to 1.11.1. See this package in npm: @actions/core See this project in Snyk: https://app.snyk.io/org/genio40921-hAUgMDLPavYqpryEQCqcby/project/781670f7-0c0c-407b-9ab8-dc1e9c1fee6c?utm_source=github&utm_medium=referral&page=upgrade-pr **Description:** Describe your changes. **Related issue:**...