Update config — Gradle 9.7.1 - #190
Merged
Merged
Conversation
Pull the shared `config` submodule to its `master` tip, which brings the Gradle wrapper to 9.7.1 (SpineEventEngine/config#749). `Base.kt` is intentionally left at `2.0.0-SNAPSHOT.441`; `config` still distributes `.440` and pulling it would roll back the bump made in 598aeb5. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the build/tooling baseline by pulling the shared config and upgrading the Gradle wrapper, while bumping the snapshot version and regenerating dependency documentation to match the new build environment.
Changes:
- Bump Gradle wrapper to 9.7.1.
- Increment published snapshot version to 2.0.0-SNAPSHOT.421.
- Regenerate dependency reports/docs to reflect the updated build inputs.
Reviewed changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
version.gradle.kts |
Bumps versionToPublish to 2.0.0-SNAPSHOT.421. |
gradle/wrapper/gradle-wrapper.properties |
Updates Gradle distribution URL to gradle-9.7.1-bin.zip. |
docs/dependencies/pom.xml |
Regenerated generated-POM dependency snapshot for .421. |
docs/dependencies/dependencies.md |
Regenerated dependency/license report for .421 with updated generation timestamp. |
buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt |
Updates ToolBase coordinates and deprecates the legacy all-in-one artifact constant in favor of focused modules. |
.idea/kotlinc.xml |
Adds Kotlin API/language version settings (2.2) for the IDE project model. |
Files not reviewed (1)
- .idea/kotlinc.xml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
armiol
approved these changes
Aug 19, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #190 +/- ##
=========================================
Coverage 91.76% 91.76%
Complexity 840 840
=========================================
Files 163 163
Lines 3011 3011
Branches 375 375
=========================================
Hits 2763 2763
Misses 116 116
Partials 132 132 🚀 New features to boost your workflow:
|
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.
Pulls the shared
configsubmodule to itsmastertip, which brings theGradle wrapper from
9.6.1to9.7.1.Changes
config—9c37ceb4→4b55cf65(includes Bump Gradle ->9.7.1config#749)gradle/wrapper/*— Gradle9.6.1→9.7.1buildSrc/.../local/ToolBase.kt—2.0.0-SNAPSHOT.410→.420, with theall-in-one
tool-baseartifact deprecated in favour of the focused modules.idea/kotlinc.xml— KotlinapiVersion/languageVersion2.2version.gradle.kts—2.0.0-SNAPSHOT.420→.421docs/dependencies/*— regeneratedNote on
Base.ktconfig/pulloverwrites config-distributed files, andconfigstill shipsBaseat2.0.0-SNAPSHOT.440. Taking it verbatim would have rolled back the.441bump made in 598aeb5 ("Bump Base to2.0.0-SNAPSHOT.441and re-enablethe guard tests"), so
Base.ktis deliberately left at.441and is notpart of this diff.
configshould catch up to.441separately.Verification
./gradlew build— BUILD SUCCESSFUL on Gradle 9.7.1 (346 tasks), with theguard tests running against the preserved
Base.441🤖 Generated with Claude Code