Skip to content

build: clear Gradle 10 deprecations, bump wrapper to 9.7.0 - #25

Merged
BenjaminAmos merged 1 commit into
masterfrom
build/clear-gradle-10-deprecations
Aug 17, 2026
Merged

build: clear Gradle 10 deprecations, bump wrapper to 9.7.0#25
BenjaminAmos merged 1 commit into
masterfrom
build/clear-gradle-10-deprecations

Conversation

@soloturn

Copy link
Copy Markdown
Contributor

AI-assisted change proposal. Filed by agent driven by @soloturn via GDD.

Summary

  • Clears the Gradle-10-scheduled-for-removal deprecations found in build.gradle: Groovy space-assignment (sourceCompatibility, targetCompatibility, name, url, a task description) and multi-string group:/name:/version: dependency notation.
  • Bumps the wrapper from 9.6.1 to 9.7.0 so the warnings are visible at all.

Test plan

  • ./gradlew help --warning-mode=all — clean of Gradle-10 warnings, BUILD SUCCESSFUL. (swig/cmake not installed here, so the native-build tasks themselves weren't exercised; every fixed line was a script-level assignment evaluated during configuration regardless of which task runs.)

Related

build.gradle used Groovy space-assignment for sourceCompatibility,
targetCompatibility, name, url, and a task's description, plus multi-string
group:/name:/version: dependency notation - all removed in Gradle 10.

Checked with `./gradlew help --warning-mode=all` (swig/cmake toolchain not
available here, so the native-build tasks weren't exercised, but all
offending lines were script-level assignments evaluated at configuration
time regardless).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 16, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 8f626315-f2d8-4780-8ee4-e95ae54329f5

📥 Commits

Reviewing files that changed from the base of the PR and between 972db6e and b9ddb08.

📒 Files selected for processing (2)
  • build.gradle
  • gradle/wrapper/gradle-wrapper.properties

Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review.


📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated the Gradle build tooling to version 9.7.0.
    • Modernized build configuration syntax without changing runtime behavior or configured values.

Walkthrough

The build script now uses equivalent Gradle assignment syntax. Java 17 settings and configured values remain unchanged. The Gradle wrapper distribution updates from 9.6.1 to 9.7.0.

Changes

Gradle modernization

Layer / File(s) Summary
Build configuration and wrapper update
build.gradle, gradle/wrapper/gradle-wrapper.properties
Gradle declarations use assignment-based syntax. Java compatibility remains 17. Repository, dependency, and archive description values remain unchanged. The wrapper updates to Gradle 9.7.0.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to b9ddb

This localized build-configuration cleanup and Gradle wrapper update has no actionable merge-blocking risk remaining after normal checks and review.

Poem

I’m a rabbit with a build to run,
Gradle syntax now hops in fun.
Java stays at seventeen,
The wrapper wears nine-seven-green.
Clean declarations, ready to leap!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the deprecation cleanup and Gradle wrapper update.
Description check ✅ Passed The description explains the Gradle deprecation cleanup, wrapper update, and validation results.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch build/clear-gradle-10-deprecations

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@BenjaminAmos
BenjaminAmos merged commit 4fe365b into master Aug 17, 2026
11 checks passed
@BenjaminAmos
BenjaminAmos deleted the build/clear-gradle-10-deprecations branch August 17, 2026 11:12
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