Skip to content

Downgrade Gradle wrapper to 9.4.1 to fix local build#243

Merged
compscidr merged 2 commits intomainfrom
fix/gradle-wrapper-downgrade
Apr 29, 2026
Merged

Downgrade Gradle wrapper to 9.4.1 to fix local build#243
compscidr merged 2 commits intomainfrom
fix/gradle-wrapper-downgrade

Conversation

@compscidr
Copy link
Copy Markdown
Owner

Summary

  • Pins the Gradle wrapper to `9.4.1` (down from `9.5.0`) because `9.5.0` caused a build failure locally.
  • Adds `distributionSha256Sum` so the wrapper verifies the downloaded distribution.

Test plan

  • `./gradlew clean build` completes without the failure that prompted this change
  • CI's JVM tests workflow passes on this branch

🤖 Generated with Claude Code

Gradle 9.5.0 caused a build issue locally; pinning the wrapper to
9.4.1 (the previous stable that builds cleanly here) until the
upstream regression is understood. Also adds distributionSha256Sum so
the wrapper verifies the download integrity.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 29, 2026 18:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Pins the repository’s Gradle Wrapper to an older Gradle distribution version to address a local build failure, and adds checksum verification for the downloaded distribution.

Changes:

  • Downgrades distributionUrl from Gradle 9.5.0 to 9.4.1.
  • Adds distributionSha256Sum to enable wrapper distribution integrity verification.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread gradle/wrapper/gradle-wrapper.properties
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.98%. Comparing base (c03a945) to head (5686b70).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #243      +/-   ##
============================================
+ Coverage     61.69%   61.98%   +0.28%     
- Complexity      231      234       +3     
============================================
  Files            15       15              
  Lines          2070     2070              
  Branches        315      315              
============================================
+ Hits           1277     1283       +6     
+ Misses          611      608       -3     
+ Partials        182      179       -3     
Flag Coverage Δ
libunittests 61.98% <ø> (+0.28%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Re-ran `./gradlew wrapper --gradle-version 9.4.1` so gradle-wrapper.jar,
gradlew, and gradlew.bat all match the 9.4.1 distribution declared in
gradle-wrapper.properties. Keeps the distributionSha256Sum pin.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@compscidr
Copy link
Copy Markdown
Owner Author

This is because latest android studio needs a lower gradle wrapper IIRC

@compscidr compscidr merged commit 98a7818 into main Apr 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants