Remove gradle_wrapper_updater feature flag#14174
Merged
Conversation
14 tasks
yeikel
reviewed
Feb 13, 2026
Contributor
4b2cf6d to
773b752
Compare
Contributor
Author
|
@yeikel , the PR is good. I left comment. It will be great to have green pipeline there. Can you do the temporary change? |
Contributor
Author
ddeba92 to
0b31223
Compare
robaiken
approved these changes
Feb 16, 2026
…rser, updater, and specs
0b31223 to
5b75f59
Compare
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.

What are you trying to accomplish?
Remove the
gradle_wrapper_updaterfeature flag to enable Gradle wrapper updates for all users by default.This completes the rollout after successful validation in production with healthy metrics.
Fixes #2223
Anything you want to highlight for special attention from reviewers?
Test stubs were added for wrapper file requests in tests that didn't previously need them, since wrapper files are now always fetched.
How will you know you've accomplished your goal?
gradle_wrapper_updaterin the codebaseChecklist