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: 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#350
Closed
premex-ab-premex-ci[bot] wants to merge 1 commit into
Closed
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: 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#350premex-ab-premex-ci[bot] wants to merge 1 commit into
premex-ab-premex-ci[bot] wants to merge 1 commit into
Conversation
- Promote `core` from a subproject to an included build so it can be depended on by both the root build and `gross-plugin` standalone - Add `core/settings.gradle.kts` to make `core` a self-contained includable Gradle build - Add `maven-publish` to `core/build.gradle.kts` and configure a `testing` publication repository pointing at gross-plugin's localMaven directory so integration tests can resolve the artifact - Configure `gross-plugin/settings.gradle.kts` to include `../core` with dependency substitution for `se.premex.gross:core` - Replace the duplicate `Artifact.kt` in `gross-plugin` with an `implementation` dependency on `se.premex.gross:core:1.0` - Make the `gross-plugin` test task publish `core` to the testing repo before running fixture tests - Update `ui/build.gradle.kts` to use the module coordinate `se.premex.gross:core:1.0` instead of `projects.core` - Fix Kotlin 2.x smart-cast compilation errors in `ArtifactCodeGenerator` by capturing nullable properties in local vals before use - Fix `ArtifactGeneratorTest`: correct constructor argument order for `ArtifactCodeGenerator` and update expected generated-code strings to match the correct type names (SpdxLicenses, Scm, UnknownLicenses) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
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: 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