Describe the corner case of adding Spine-specific repositories#266
Merged
alexander-yevsyukov merged 8 commits intomasterfrom Feb 23, 2026
Merged
Describe the corner case of adding Spine-specific repositories#266alexander-yevsyukov merged 8 commits intomasterfrom
alexander-yevsyukov merged 8 commits intomasterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates documentation to clarify when users need to manually add Spine-specific Maven repositories to their Gradle build configuration. The changes explain that manual repository configuration is only required when using centralized repository management with restrictive repositoriesMode settings in settings.gradle.kts.
Changes:
- Added comprehensive documentation explaining the exception case for manual repository configuration
- Updated version numbers across build files from
.395to.396(and related dependency versions) - Minor grammar correction in existing documentation text
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/content/docs/validation/01-getting-started/adding-to-build.md | Added new section explaining when and how to manually add Spine repositories, with code examples; updated plugin versions; minor grammar fix |
| version.gradle.kts | Bumped validation version to 2.0.0-SNAPSHOT.396 |
| pom.xml | Updated project and dependency versions |
| dependencies.md | Updated version references and generation timestamps |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt | Updated Validation version constant |
| buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt | Updated ToolBase version constants |
| buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt | Updated CoreJvmCompiler version constants |
| docs/_examples | Updated subproject commit reference |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
armiol
approved these changes
Feb 23, 2026
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 documentation describing the case when the user would need to add Spine-specific repositories in
dependencyResolutionManagementsection ofsettings.gradle.ktsfile of his project.