Update actions/setup-java action to v2.5.0 #17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.1.0
->v2.5.0
Release Notes
actions/setup-java
v2.5.0
Compare Source
In scope of this pull request we add support for Microsoft Build of OpenJDK (https://github.com/actions/setup-java/pull/252).
Supported distributions
Currently, the following distributions are supported:
temurin
zulu
adopt
oradopt-hotspot
adopt-openj9
liberica
microsoft
v2.4.0
Compare Source
In scope of this pull request we add support for Liberica JDK (https://github.com/actions/setup-java/pull/225).
Supported distributions
Currently, the following distributions are supported:
zulu
adopt
oradopt-hotspot
adopt-openj9
temurin
liberica
Update actions/cache dependency to 1.0.8 version.
We updated actions/cache depdendency to the latest version (1.0.8). For more information please refer to the toolkit/cache.
v2.3.1
Compare Source
In this release we updated dependencies from the
dependabot
. In scope of this pull request http-client version was bumped https://github.com/actions/setup-java/pull/222. Besides the release resolves possible issues related toremoving gpg private key
pull request https://github.com/actions/setup-java/pull/226.v2.3.0
Compare Source
This release introduces dependency caching support (#193).
Now the action has a built-in functionality for caching and restoring dependencies. Supported package managers are Maven and Gradle. The
cache
input is optional, and caching is turned off by default.Caching gradle dependencies
Caching maven dependencies
v2.2.0
Compare Source
Add support for Eclipse Temurin (#201).
Supported distributions
Currently, the following distributions are supported:
zulu
adopt
oradopt-hotspot
adopt-openj9
temurin
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.