-
-
Notifications
You must be signed in to change notification settings - Fork 464
chore(deps): update Gradle to v9.2.1 #4913
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
base: main
Are you sure you want to change the base?
Conversation
b1e59b5 to
bc287ba
Compare
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Gradle wrapper JAR not updated with version bump
The distributionUrl was updated to Gradle 9.2.1, but the gradle-wrapper.jar binary file was not updated. When the wrapper distribution URL is changed, the wrapper JAR should also be regenerated or updated to ensure compatibility. This mismatch could cause build failures or unexpected behavior when developers or CI/CD systems use the wrapper.
2586221 to
b69348d
Compare
daabbfd to
e69607e
Compare
ff7ab5b to
93c2943
Compare
7456ab8 to
3fc443e
Compare
3fc443e to
f89ff27
Compare
Bumps scripts/update-gradle.sh from v8.14.3 to v9.2.1.
Auto-generated by a dependency updater.