Upgrade gradle + windows commands in build.gradle - #11176
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Reviewed by Cursor Bugbot for commit f446b43. Configure here.
|
My biggest concern with this change is that we wouldn't be exercising the windows "path" frequently, what could lead to them being broken for ages until we figure it out. The alternative to that would be running them again on CI regularly, but we already know that we don't want that. So I am not sure what is the best way forward to maintain them. |
If we get 0 feedback in this case, it means noone uses it, so it's not a big deal |
|
I am thinking of giving up on this one and just keeping the change on my local, but can we at keep |

PR Description
Upgrade to gradle 9.7.1 + reviving gradlew.bat
Fixed Issue(s)
N/A
Documentation
doc-change-requiredlabel to this PR if updates are required.Changelog
Note
Low Risk
Build-tooling-only wrapper and script changes; the Gradle minor bump could surface plugin or build behavior differences in CI.
Overview
This PR bumps the Gradle wrapper from 9.5.1 to 9.7.1, updating
gradle/wrapper/gradle-wrapper.properties(distribution URL and checksum) and refreshing the Unixgradlewscript with the matching generated template comments.It also adds
gradlew.bat, so Windows environments can invoke the wrapper via the standard batch entry point instead of relying on Unix-only./gradlew.Reviewed by Cursor Bugbot for commit d534b87. Bugbot is set up for automated code reviews on this repo. Configure here.