Update Gradle to 9.5.0 and bump the minimum to 9.1.0#2016
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Member
|
d6ca62d to
19b8ba4
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s Gradle tooling to use Gradle 9.5.0 (via wrapper) and raises the declared minimum supported Gradle version to 9.1.0, with corresponding doc/CI adjustments.
Changes:
- Bump Gradle wrapper distribution to 9.5.0 and update wrapper scripts/properties.
- Raise minimum Gradle version to 9.1.0 and update CI to test against it.
- Refresh docs/changelog and adjust a functional test assertion for updated error output.
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/transformers/TransformersTest.kt |
Updates failing-output assertion to use regex matching. |
README.md |
Updates compatibility matrix for 9.5.0+/Gradle 9.1+. |
docs/README.md |
Mirrors compatibility matrix update in docs. |
docs/changes/README.md |
Notes min Gradle requirement bump in Unreleased section. |
gradle/libs.versions.toml |
Raises minGradle to 9.1.0. |
gradle.properties |
Updates plugin snapshot version to 9.5.0-SNAPSHOT. |
gradle/wrapper/gradle-wrapper.properties |
Points wrapper to Gradle 9.5.0 and adds wrapper retry-related properties. |
gradlew |
Updates wrapper template reference link. |
gradlew.bat |
Updates Windows wrapper script structure/exit handling. |
.github/workflows/build.yml |
Updates Gradle matrix minimum from 9.0.0 to 9.1.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
2ab1a78 to
9b950de
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
9.4.1→9.5.0Release Notes
gradle/gradle (gradle)
v9.5.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.