Skip to content

You are working on premex-ab/gross. Make the necessary code changes and commit them with descriptive commit messages. Do not push, create branches, or create PRs — that is handled automatically. --- Fix failing CI on PR: Move data classes to separate deployed library#349

Closed
premex-ab-premex-ci[bot] wants to merge 1 commit into
mainfrom
premex-dispatch/23413479996

Conversation

@premex-ab-premex-ci
Copy link
Copy Markdown

Automated changes by Premex CI dispatch agent.

Prompt: You are working on premex-ab/gross. Make the necessary code changes and commit them with descriptive commit messages. Do not push, create branches, or create PRs — that is handled automatically.


Fix failing CI on PR: Move data classes to separate deployed library
Agent: Claude
Dispatched from: Premex CI Dashboard

- Add settings.gradle.kts to core module so it can function as a
  standalone Gradle project and be included as a composite build
- Add maven-publish plugin and publication config to core/build.gradle.kts
- Add includeBuild("../core") with dependency substitution to
  gross-plugin/settings.gradle.kts so gross-plugin can resolve
  se.premex.gross:core without it being published to a remote repo
- Add implementation("se.premex.gross:core:1.0") dependency to gross-plugin
- Remove duplicate data classes (Artifact, SpdxLicenses, Scm, UnknownLicenses)
  from gross-plugin; the plugin now uses the shared classes from core
- Fix ArtifactCodeGenerator constructor argument order in ArtifactGeneratorTest
- Fix wrong class names (SpdxLicenses/Scm/UnknownLicenses) in test assertions
- Update README with core library documentation

Fixes #188.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@warting warting closed this Mar 23, 2026
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.

1 participant