Bump min Gradle requirement to 9.4.0 - #2114
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR raises Shadow’s minimum supported Gradle version to 9.4.0, allowing removal of pre-9.4 compatibility shims and simplifying related functional tests, CI matrix, and documentation.
Changes:
- Bump the minimum Gradle version used for compatibility testing/CI to 9.4.0.
- Remove Gradle < 9.4 compatibility helpers (
extendsFromCompat,moveGradleApiIntoCompileOnly) and simplify plugin code accordingly. - Update docs and changelog to reflect the new minimum requirement.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowJavaPlugin.kt | Switches configuration wiring to direct extendsFrom(...) and removes legacy Gradle API relocation hook. |
| src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/internal/GradleCompat.kt | Deletes Gradle < 9.4 compatibility helpers no longer needed after the version bump. |
| src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/JavaPluginsTest.kt | Simplifies assertions now that Gradle < 9.4 is no longer supported in the test matrix. |
| README.md | Updates the compatibility table to reflect the new minimum Gradle version for the next release line. |
| docs/README.md | Mirrors the README compatibility table update for the documentation site. |
| docs/changes/README.md | Adds an Unreleased changelog entry for the minimum Gradle bump. |
| build.gradle.kts | Updates Tapmoc’s minimum Gradle configuration to 9.4.0. |
| .github/workflows/build.yml | Updates CI to test against Gradle 9.4.0 and current. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Goooler
force-pushed
the
g/20260721/bump-min-gradle
branch
from
July 21, 2026 08:40
363bf81 to
56be5ef
Compare
Goooler
commented
Jul 22, 2026
Goooler
marked this pull request as draft
July 23, 2026 01:42
Goooler
force-pushed
the
g/20260721/bump-min-gradle
branch
from
July 24, 2026 10:06
56be5ef to
706d5e1
Compare
Goooler
marked this pull request as ready for review
July 24, 2026 10:06
Goooler
force-pushed
the
g/20260721/bump-min-gradle
branch
from
July 24, 2026 10:08
706d5e1 to
1ab582e
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.
Aims for release
9.7.0.