Update to Gradle 9.5.1#52
Merged
Merged
Conversation
stplasim
approved these changes
May 15, 2026
stplasim
left a comment
There was a problem hiding this comment.
This and the changelog looks good to me.
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip | ||
| networkTimeout=10000 | ||
| retries=0 |
There was a problem hiding this comment.
What is this retry for? Is it for Gradle itself or the dependencies?
Contributor
Author
There was a problem hiding this comment.
Gradle Wrapper itself when it downloads the Gradle distribution.
This was automatically added by the Gradle Wrapper when I ran
./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapperas suggested by the 9.5.1 release notes wrapper update procedure.
See the docs
https://docs.gradle.org/9.5.0/release-notes.html#automatic-retries-for-wrapper-downloads
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.
Gradle 9.5.1 fixes a potential OOM issue
https://docs.gradle.org/9.5.1/release-notes.html
https://docs.gradle.org/9.5.0/release-notes.html