-
Notifications
You must be signed in to change notification settings - Fork 6
Lib updates #1035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lib updates #1035
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,7 +1,9 @@ | ||||||||||
| distributionBase=GRADLE_USER_HOME | ||||||||||
| distributionPath=wrapper/dists | ||||||||||
| 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 | ||||||||||
| retryBackOffMs=500 | ||||||||||
|
Comment on lines
+5
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reconsider disabling network retries entirely. Setting The Consider enabling a reasonable retry count to improve build resilience: 🔄 Recommended configuration-retries=0
-retryBackOffMs=500
+retries=3
+retryBackOffMs=1000📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||
| validateDistributionUrl=true | ||||||||||
| zipStoreBase=GRADLE_USER_HOME | ||||||||||
| zipStorePath=wrapper/dists | ||||||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| min-release-age=1 |
Uh oh!
There was an error while loading. Please reload this page.