Upgrade Gradle wrapper 9.6.1 → 9.7.1 - #613
Open
serhiy-bzhezytskyy wants to merge 1 commit into
Open
Conversation
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.
Fixes #612.
Bumps the Gradle wrapper 9.6.1 → 9.7.1 (current stable) via
./gradlew wrapper --gradle-version 9.7.1. Unlike #600 this one needs no build-script change — 9.7.1 surfaces no new deprecation.Changes (4 files):
gradle/wrapper/{gradle-wrapper.jar,gradle-wrapper.properties},gradlew,gradlew.bat— standardwrappertask output for 9.7.1.gradle-wrapper.propertiesalso gainsretries=0/retryBackOffMs=500; those are generated defaults of the newer wrapper, not hand-edited.Verification (local; CI here is Python-only so it won't run Gradle):
./gradlew --version→ Gradle 9.7.1./gradlew jar/./gradlew tasks --all→ BUILD SUCCESSFUL./gradlew jar --warning-mode all→ 0 deprecations7a9ce74c…62c5d).Still out of scope, as in #599: pinning
distributionSha256Sumand adding wrapper-validation to CI.