rabbitmq-kotlin
                                
                                 rabbitmq-kotlin copied to clipboard
                                
                                    rabbitmq-kotlin copied to clipboard
                            
                            
                            
                        Update gradle/gradle-build-action action to v3
This PR contains the following updates:
| Package | Type | Update | Change | 
|---|---|---|---|
| gradle/gradle-build-action | action | major | v2.11.1->v3.5.0 | 
Release Notes
gradle/gradle-build-action (gradle/gradle-build-action)
v3.5.0
[!IMPORTANT] As of
v3this action has been superceded bygradle/actions/setup-gradle. Any workflow that usesgradle/gradle-build-action@v3will transparently delegate togradle/actions/setup-gradle@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3with
uses: gradle/actions/setup-gradle@v3See the setup-gradle documentation for up-to-date documentation for
gradle/actions/setup-gradle.
For release details, see https://github.com/gradle/actions/releases/tag/v3.5.0
v3.4.2
[!IMPORTANT] As of
v3this action has been superceded bygradle/actions/setup-gradle. Any workflow that usesgradle/gradle-build-action@v3will transparently delegate togradle/actions/setup-gradle@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3with
uses: gradle/actions/setup-gradle@v3See the setup-gradle documentation for up-to-date documentation for
gradle/actions/setup-gradle.
For release details, see https://github.com/gradle/actions/releases/tag/v3.4.2
v3.4.1
[!IMPORTANT] As of
v3this action has been superceded bygradle/actions/setup-gradle. Any workflow that usesgradle/gradle-build-action@v3will transparently delegate togradle/actions/setup-gradle@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3with
uses: gradle/actions/setup-gradle@v3See the setup-gradle documentation for up-to-date documentation for
gradle/actions/setup-gradle.
For release details, see https://github.com/gradle/actions/releases/tag/v3.4.1
v3.4.0
[!IMPORTANT] As of
v3this action has been superceded bygradle/actions/setup-gradle. Any workflow that usesgradle/gradle-build-action@v3will transparently delegate togradle/actions/setup-gradle@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3with
uses: gradle/actions/setup-gradle@v3See the setup-gradle documentation for up-to-date documentation for
gradle/actions/setup-gradle.
For release details, see https://github.com/gradle/actions/releases/tag/v3.4.0
v3.3.2
[!IMPORTANT] As of
v3this action has been superceded bygradle/actions/setup-gradle. Any workflow that usesgradle/gradle-build-action@v3will transparently delegate togradle/actions/setup-gradle@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3with
uses: gradle/actions/setup-gradle@v3See the setup-gradle documentation for up-to-date documentation for
gradle/actions/setup-gradle.
For release details, see https://github.com/gradle/actions/releases/tag/v3.3.2
v3.3.1
[!IMPORTANT] As of
v3this action has been superceded bygradle/actions/setup-gradle. Any workflow that usesgradle/gradle-build-action@v3will transparently delegate togradle/actions/setup-gradle@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3with
uses: gradle/actions/setup-gradle@v3See the setup-gradle documentation for up-to-date documentation for
gradle/actions/setup-gradle.
For release details, see https://github.com/gradle/actions/releases/tag/v3.3.1
v3.3.0
[!IMPORTANT] As of
v3this action has been superceded bygradle/actions/setup-gradle. Any workflow that usesgradle/gradle-build-action@v3will transparently delegate togradle/actions/setup-gradle@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3with
uses: gradle/actions/setup-gradle@v3See the setup-gradle documentation for up-to-date documentation for
gradle/actions/setup-gradle.
For release details, see https://github.com/gradle/actions/releases/tag/v3.3.0
v3.2.1
[!IMPORTANT] As of
v3this action has been superceded bygradle/actions/setup-gradle. Any workflow that usesgradle/gradle-build-action@v3will transparently delegate togradle/actions/setup-gradle@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3with
uses: gradle/actions/setup-gradle@v3See the setup-gradle documentation for up-to-date documentation for
gradle/actions/setup-gradle.
For release details, see https://github.com/gradle/actions/releases/tag/v3.2.1
v3.2.0
[!IMPORTANT] As of
v3this action has been superceded bygradle/actions/setup-gradle. Any workflow that usesgradle/gradle-build-action@v3will transparently delegate togradle/actions/setup-gradle@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3with
uses: gradle/actions/setup-gradle@v3See the setup-gradle documentation for up-to-date documentation for
gradle/actions/setup-gradle.
For release details, see https://github.com/gradle/actions/releases/tag/v3.2.0
v3.1.0
[!IMPORTANT] As of
v3this action has been superceded bygradle/actions/setup-gradle. Any workflow that usesgradle/gradle-build-action@v3will transparently delegate togradle/actions/setup-gradle@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3with
uses: gradle/actions/setup-gradle@v3See the setup-gradle documentation for up-to-date documentation for
gradle/actions/setup-gradle.
For release details, see https://github.com/gradle/actions/releases/tag/v3.1.0
v3.0.0
This is the first release of gradle/gradle-build-action available with the v3 version tag.
[!IMPORTANT] As of
v3this action has been superceded bygradle/actions/setup-gradle. Any workflow that usesgradle/gradle-build-action@v3will transparently delegate togradle/actions/setup-gradle@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3with
uses: gradle/actions/setup-gradle@v3See the setup-gradle documentation for up-to-date documentation for
gradle/actions/setup-gradle.
Changes from gradle-build-action@v2
This release brings some useful and much requested features, including:
- save and restore the Gradle configuration-cache data
- add the Job summary content as a PR comment
- easily publish Build Scans® to the free Gradle Build Scan service
- compatibility with Node 20
The only major breaking change from [email protected] is the update to require a Node 20 runtime environment.
Aside from that change, this release should generally serve as a drop-in replacement for gradle-build-action@v2.
Changelog
- [NEW] - Run with NodeJs 20.x https://github.com/gradle/gradle-build-action/issues/9466)
- [NEW] - Support for save & restore of configuration-cache data https://github.com/gradle/gradle-build-action/issues/9666)
- [NEW] - Support for automatic adding PR comment with Job Summary content https://github.com/gradle/gradle-build-action/issues/10200)
- [NEW] - Make it easy to publish a Build Scan® to https://scans.gradle.com https://github.com/gradle/gradle-build-action/issues/10444)
- [NEW] - Added dependency-graph-continue-on-failureinput, which can be set tofalseto force the Job to fail when dependency graph submission fails (https://github.com/gradle/gradle-build-action/issues/1036). Failure modes include:- Fail build step if version of Gradle being executed is not supported for dependency-graph generation (https://github.com/gradle/gradle-build-action/issues/1034)
- Fail job if permissions are insufficient to submit dependency graph via Dependency Submission API (https://github.com/gradle/gradle-build-action/issues/997)
 
- [NEW] - Add dependency-graph: clearoption to clear any dependency-graph previously submitted by the job
- [FIX] Allow cache entries to be reused by jobs with the same ID in different workflows https://github.com/gradle/gradle-build-action/issues/10177)
- Workflow name remains part of the cache key, but cache entries generated by the same job id in a different workflow may be restored
 
- [FIX] Register pre-installed JDKs in Maven toolchains.xml file https://github.com/gradle/gradle-build-action/issues/10244)
- This allows pre-installed JDKs to be auto-detected by Gradle Toolchain support on Windows
 
- [FIX] - Update the Gradle Enterprise injection configuration for product rename to Develocity https://github.com/gradle/gradle-build-action/issues/9955)
- [FIX] - Avoid submitting an empty dependency graph when state is loaded from configuration-cache
- [FIX] - Update to GitHub Dependency Graph Gradle Pluginv1.2.0
- [DEPRECATION] - Deprecation of the arguments parameter https://github.com/gradle/gradle-build-action/issues/9966)
- [BREAKING CHANGE] - Remove the gradle-executableinput parameter. Use a separate workflow Step to execute a Gradle from a custom location.
v2.12.0
Adds a new option to clear a previously submitted dependency-graph.
steps:
- uses: gradle/gradle-build-action@v2
  with:
    dependency-graph: clear
This may prove useful when migrating to a workflow using the upcoming gradle/actions/dependency-submission action.
Full-changelog: https://github.com/gradle/gradle-build-action/compare/v2.11.1...v2.12.0
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.