Update config#945
Merged
Merged
Conversation
# Conflicts: # buildSrc/src/main/kotlin/io/spine/dependency/local/Base.kt # buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt # config # docs/dependencies/dependencies.md # gradle.properties # version.gradle.kts
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates repository configuration to support builds with Gradle build cache enabled, while bumping the published snapshot version and syncing generated dependency documentation and internal tool/version pins.
Changes:
- Enable Gradle build caching via
org.gradle.caching=true. - Bump
versionToPublish(and docs) from2.0.0-SNAPSHOT.410to2.0.0-SNAPSHOT.411. - Update several build tooling version constants and simplify the Windows CI workflow steps.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
version.gradle.kts |
Bumps the project’s published snapshot version to 2.0.0-SNAPSHOT.411. |
gradle.properties |
Turns on Gradle build caching. |
docs/dependencies/pom.xml |
Syncs docs POM version with the new snapshot version. |
docs/dependencies/dependencies.md |
Regenerates the dependency/license report for the new snapshot version and build run. |
buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt |
Updates ToolBase pinned versions. |
buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt |
Updates compiler pinned versions. |
buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt |
Updates compiler fallback versions. |
base/src/main/java/io/spine/base/MessageFile.java |
Fixes article usage in enum Javadoc (“An enumeration…”). |
.github/workflows/build-on-windows.yml |
Removes a Windows-specific Git symlink compatibility step. |
armiol
approved these changes
Jun 11, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #945 +/- ##
=======================================
Coverage 94.04% 94.04%
=======================================
Files 192 192
Lines 4149 4149
Branches 339 339
=======================================
Hits 3902 3902
Misses 147 147
Partials 100 100 🚀 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.
This PR applies the latest config thus enabling the builds with Gradle cache turned on.