Skip to content

Upgrade to Gradle 9.3.1#1680

Merged
JPercival merged 1 commit intomasterfrom
gradle-9
Feb 19, 2026
Merged

Upgrade to Gradle 9.3.1#1680
JPercival merged 1 commit intomasterfrom
gradle-9

Conversation

@JPercival
Copy link
Copy Markdown
Contributor

Summary

  • Upgrade Gradle wrapper from 8.11 to 9.3.1
  • Migrate convention plugins from buildSrc to build-logic included build for better build cache behavior
  • Upgrade animalsniffer plugin from 1.7.2 to 2.0.1 for Gradle 9 compatibility
  • Handle Gradle 9's failOnNoDiscoveredTests default in tools:rewrite

Test plan

  • ./gradlew build passes (all 345 tasks)
  • ./gradlew projects resolves all subprojects with build-logic as included build

🤖 Generated with Claude Code

@github-actions
Copy link
Copy Markdown

Formatting check succeeded!

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.65%. Comparing base (dcdf16c) to head (420fc67).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1680   +/-   ##
=========================================
  Coverage     65.65%   65.65%           
  Complexity     1645     1645           
=========================================
  Files           480      480           
  Lines         27776    27776           
  Branches       5523     5523           
=========================================
  Hits          18235    18235           
  Misses         7216     7216           
  Partials       2325     2325           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Migrate convention plugins from buildSrc to an included build (build-logic)
for better build cache behavior. Upgrade animalsniffer plugin to 2.0.1,
sonarqube plugin to 7.2.2.6593, and detekt to 1.23.8 for Gradle 9
compatibility. Handle failOnNoDiscoveredTests in tools:rewrite. Regenerate
detekt baselines and apply spotless formatting fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sonarqubecloud
Copy link
Copy Markdown

@JPercival JPercival merged commit cf6acbb into master Feb 19, 2026
9 checks passed
@JPercival JPercival deleted the gradle-9 branch February 19, 2026 14:27
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