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 144 setup-java issues
Sort by recently updated
recently updated
newest added

### Description Improve and simplify rendering of README.md by making use of ["alert" syntax for Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) ### Result

**Description:** As a developer, I want to create a GitHub Actions job that tests my JVM projects against floating, bleeding edge Java versions. For comparison, workflows for other languages like...

feature request

**Description:** From JDK24 onwards, Temurin's default distribution does not ship JMODs any more: https://github.com/adoptium/adoptium-support/issues/1271 They are going to provide another download for it: https://github.com/adoptium/adoptium-support/issues/1271#issuecomment-2809696132 There should be an additional option...

feature request

**Description:** You already support regular liberica and liberica with JavaFX Could you also please add support for Liberica NIK? https://bell-sw.com/pages/downloads/native-image-kit/#nik-23-(jdk-17) **Justification:** Liberica NIK is different flavor of GraalVM native image...

feature request

Building Maven Project with dependencies of another Repository then Maven-Central. This could be extended to support more than one repo. Also the profile could be cut down to one overall-profile,...

**Description:** Describe your changes. **Related issue:** Add link to the related issue. **Check list:** - [x] Mark if documentation changes are required. - [x] Mark if tests were added or...

**Description:** This PR adds support for configuring multiple maven repositories with separate usernames and passwords for each. Currently the action only supports one repository configuration, which makes it impossible to...

**Description:** I've added `Jetbrains` distribution to advanced configuration section of `README.md` file **Related issue:** **Check list:** - [ ] Mark if documentation changes are required. - [ ] Mark if...

**Description:** add missing link **Related issue:** Add link to the related issue. **Check list:** - [ ] Mark if documentation changes are required. - [ ] Mark if tests were...

**Description:** Maybe add `lts` to indicate the latest LTS version of the JDK. **Justification:** Automatically upgrade to the latest LTS version **Are you willing to submit a PR?** I'm not...

feature request