Skip to content

fix: do not treat values "1.x" of "pluginCrossBuild/sbtBinaryVersion" as sbt 2 (fixes #8166)#8167

Merged
eed3si9n merged 1 commit intosbt:1.11.xfrom
unkarjedy:1.11.x
Jun 19, 2025
Merged

fix: do not treat values "1.x" of "pluginCrossBuild/sbtBinaryVersion" as sbt 2 (fixes #8166)#8167
eed3si9n merged 1 commit intosbt:1.11.xfrom
unkarjedy:1.11.x

Conversation

@unkarjedy
Copy link
Copy Markdown
Contributor

@unkarjedy unkarjedy commented Jun 19, 2025

As a consequence, this fixes artifact name contraction for maven style and thus fixes publishing to Sonatype when a cross-built sbt version is different from 1.0

Fixes #8166

… as sbt 2 (fixes sbt#8166)

As a consequence, this fixes artifact name contraction for maven style and thus fixes publishing to Sonatype when a cross-built sbt version is different from 1.0
Copy link
Copy Markdown
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

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

Thanks!

@eed3si9n eed3si9n merged commit f37aea0 into sbt:1.11.x Jun 19, 2025
15 of 17 checks passed
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.

maven style artefact name has incorrect format if an sbt plugin is cross-published for 1.x version different from 1.0

2 participants