Skip to content

Drop duplicate sbt.autoplugins so sbt-ascent-preview can publish - #61

Merged
russwyte merged 1 commit into
mainfrom
drop-duplicate-sbt-autoplugins
Aug 21, 2026
Merged

Drop duplicate sbt.autoplugins so sbt-ascent-preview can publish#61
russwyte merged 1 commit into
mainfrom
drop-duplicate-sbt-autoplugins

Conversation

@russwyte

Copy link
Copy Markdown
Contributor

Summary

  • SbtPlugin already generates sbt/sbt.autoplugins from AscentPreviewPlugin. The copied resource made packageBin / packageSrc fail with ZipException: duplicate entry: sbt/sbt.autoplugins, which is what killed the v0.5.0 publish job.
  • Local sbtAscentPreview/publishLocal succeeds after this deletion.

Test plan

  • sbt --no-server sbtAscentPreview/publishLocal
  • After merge, cut a new tag (0.5.1). Re-running the existing v0.5.0 tag still builds the broken commit; sonaRelease never ran, so Central should not have 0.5.0.

SbtPlugin already generates that descriptor from AscentPreviewPlugin, so
the resource made packageBin fail with a duplicate zip entry.
@russwyte
russwyte merged commit 089954e into main Aug 21, 2026
12 checks passed
@russwyte
russwyte deleted the drop-duplicate-sbt-autoplugins branch August 21, 2026 16:07
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