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

Because with Azul Zulu one can also use jdk+crac in combination with version 17 and 21, this was added to the README.md and advanced-usage.md. This PR contains no code changes,...

**Description:** Add support for JetBrainsRuntime Java distribution https://github.com/JetBrains/JetBrainsRuntime/ **Justification:** I build a desktop app using Compose Multiplatform, and the best distribution to use when building/packaging it is JetBrains Runtime because...

feature request
needs eyes

**Description:** Deprecate/remove `cache: gradle` option in favor of a first party Gradle action. If this is not an option, at least mention `gradle/actions/setup-gradle` in the documentation AND `action.yml` description. **Justification:**...

feature request

If using "check latest=true" to obtain a new version, delete the old version after downloading the latest version.

feature request

**Description:** How do i use the new version of java in the github action https://github.com/actions/setup-java#install-multiple-jdks ``` steps: uses: actions/setup-java@v4 with: distribution: '' java-version: 17 - run: java HelloWorldApp.java ``` ```...

feature request

remote: Enumerating objects: 5, done. remote: Counting objects: 100% (5/5), done. remote: Compressing objects: 100% (3/3), done. remote: Total 3 (delta 1), reused 0 (delta 0), pack-reused 0 Unpacking objects:...

**Description:** Generate a maven `settings.xml` containing by default `false` : https://maven.apache.org/settings.html#simple-values **Justification:** Disabling `interactiveMode` activates batch mode and disables download progress indication which is very useful when viewing logs (it...

feature request
needs eyes

### Description To simply put, Maven have downloaded dependencies, but failed at compiling, saying that it can not find module. I'm using GSON on my project, it runs well locally,...

bug

### Description I have found that issue #18 and PR #27 enabled the action to work on JavaFX projects, but it seems that this part lacks some documentation. This would...

feature request

**Description:** On self-hosted runners toolchains.xml may survive multiple runs and unexpectedly grow as a result of the toolchains setup simply appending the JDK definition even if one with the same...