Skip to content

Conversation

@alexander-yevsyukov
Copy link
Collaborator

This PR fixes the list of production modules in spinePublishing to include the ksp module which was missing until this PR. The omission, in turn, lead to incorrect dependency in pom.xml of the published java module, which depends on ksp. The incorrect dependency missed the validation- prefix of ksp module publication.

Copilot AI review requested due to automatic review settings December 17, 2025 20:12
@alexander-yevsyukov alexander-yevsyukov marked this pull request as ready for review December 17, 2025 20:12
@alexander-yevsyukov alexander-yevsyukov self-assigned this Dec 17, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the publishing configuration for the ksp module by adding it to the list of production modules in spinePublishing. The omission caused incorrect dependency references in the published java module's pom.xml, which lacked the validation- prefix for the ksp module.

  • Added ksp to the production modules list in spinePublishing configuration
  • Updated project version from 2.0.0-SNAPSHOT.377 to 2.0.0-SNAPSHOT.378
  • Corrected a comment in java-bundle referring to "Compiler backend" instead of "ProtoData backend"

Reviewed changes

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

Show a summary per file
File Description
build.gradle.kts Added ksp module to the spinePublishing.modules set to ensure proper publication with correct artifact naming
java-bundle/build.gradle.kts Updated comment to correctly reference "the Compiler backend" instead of "ProtoData backend"
version.gradle.kts Bumped validation version to 2.0.0-SNAPSHOT.378
pom.xml Updated version to match the new validation version
dependencies.md Auto-generated dependency report with updated version numbers and generation timestamps

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@alexander-yevsyukov alexander-yevsyukov merged commit b0eea6c into master Dec 17, 2025
12 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the fix-publishing-of-ksp-module branch December 17, 2025 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants