Skip to content

Update config - #84

Merged
alexander-yevsyukov merged 4 commits into
masterfrom
update-config
Aug 3, 2026
Merged

Update config#84
alexander-yevsyukov merged 4 commits into
masterfrom
update-config

Conversation

@alexander-yevsyukov

Copy link
Copy Markdown
Contributor

This PR pulls the latest config, migrating to the excludeJetBrainsAnnotations() extension provided by the latest version.

Local dependencies were also updated via the config.

Copilot AI review requested due to automatic review settings August 3, 2026 16:19
@alexander-yevsyukov alexander-yevsyukov moved this to In Review in v2.0 Aug 3, 2026
@alexander-yevsyukov alexander-yevsyukov self-assigned this Aug 3, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates this repository to the latest shared config, primarily bumping snapshot versions and centralizing the excludeJetBrainsAnnotations() helper for Gradle plugin dependencies.

Changes:

  • Bump compiler snapshot version from 2.0.0-SNAPSHOT.064 to 2.0.0-SNAPSHOT.065 (and align docs).
  • Move excludeJetBrainsAnnotations() out of gradle-plugin/build.gradle.kts into a shared buildSrc extension and keep using it for published dependencies.
  • Update locally-managed dependency versions (Time/Validation/Logging/Change) and regenerate dependency documentation outputs.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
version.gradle.kts Bumps the compiler version used across builds/tests/publishing.
gradle-plugin/build.gradle.kts Removes the local helper definition; continues excluding JetBrains annotations via the shared extension.
docs/dependencies/pom.xml Regenerates the dependency POM with updated snapshot versions.
docs/dependencies/dependencies.md Regenerates the license/dependency report for the new compiler snapshot.
buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt Updates the pinned Validation snapshot version.
buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt Updates the pinned Time snapshot version.
buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt Updates the pinned Logging snapshot version.
buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt Updates fallback compiler dependency snapshot versions used by tooling.
buildSrc/src/main/kotlin/io/spine/dependency/local/Change.kt Updates the pinned Change snapshot version.
buildSrc/src/main/kotlin/BuildExtensions.kt Introduces the shared ModuleDependency.excludeJetBrainsAnnotations() extension used by build scripts.

Copilot AI review requested due to automatic review settings August 3, 2026 16:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 11 out of 11 changed files in this pull request and generated no new comments.

@alexander-yevsyukov
alexander-yevsyukov merged commit d93a34d into master Aug 3, 2026
11 checks passed
@alexander-yevsyukov
alexander-yevsyukov deleted the update-config branch August 3, 2026 17:05
@github-project-automation github-project-automation Bot moved this from In Review to ✅ Done in v2.0 Aug 3, 2026
@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.89%. Comparing base (3793952) to head (7aad7de).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #84   +/-   ##
=========================================
  Coverage     76.89%   76.89%           
  Complexity      688      688           
=========================================
  Files           205      205           
  Lines          4025     4025           
  Branches        402      402           
=========================================
  Hits           3095     3095           
  Misses          800      800           
  Partials        130      130           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants