Bump Compiler, ToolBase, and Validation#74
Merged
alexander-yevsyukov merged 4 commits intomasterfrom Feb 23, 2026
Merged
Conversation
armiol
approved these changes
Feb 23, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates local dependency versions to employ the latest RootPlugin functionality for adding Spine-specific repositories to Gradle projects. The version bumps are consistently applied across all configuration files and build scripts.
Changes:
- Bumped CoreJvmCompiler version from 2.0.0-SNAPSHOT.053 to 054
- Bumped Compiler version from 2.0.0-SNAPSHOT.038 to 039
- Bumped ToolBase version from 2.0.0-SNAPSHOT.371 to 373
- Bumped Validation version from 2.0.0-SNAPSHOT.394 to 395
- Added compiler.params, compiler.gradleApi, and compiler.pluginLib to the dependency resolution force list
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| version.gradle.kts | Updated coreJvmCompilerVersion from 053 to 054 |
| pom.xml | Updated project version to 054; bumped Compiler (038→039), ToolBase (371→373), Validation (394→395), and related CoreJvmCompiler artifacts (052→053) |
| dependencies.md | Regenerated dependency report with updated module versions (053→054) and new generation timestamp |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt | Updated Validation version from 394 to 395 |
| buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt | Updated version and dogfoodingVersion from 371 to 373 |
| buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt | Updated version and dogfoodingVersion from 052 to 053 |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt | Updated fallbackVersion and fallbackDfVersion from 038 to 039 |
| build.gradle.kts | Added three compiler artifacts (params, gradleApi, pluginLib) to the dependency resolution force list |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This PR updates the local dependencies so that latest
RootPluginis employed for adding Spine-specific repositories to a Gradle project.