coursier / sbt-shading

Apache License 2.0
33 stars 10 forks source link

Shading does not work correctly for sbt plugins with `sbt` 1.9.0+ and `sbtPluginPublishLegacyMavenStyle := true` #39

Open ptrdom opened 1 year ago

ptrdom commented 1 year ago

https://eed3si9n.com/sbt-1.9.0#pom-consistency-of-sbt-plugin-publishing

Since sbt started doing double publishing in POM-consistent and POM-inconsistent style, shading does not work for both .jars - shaded classes are not added to the .jar containing 2.12_1.0 in its name.

Can be observed in this repository: