Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not publish sbt-akka-gprc jar twice (under two different names) #1909

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

sebastian-alfers
Copy link
Contributor

@sebastian-alfers sebastian-alfers commented Mar 7, 2024

Before this PR, it seems that for the sbt-akka-grpc submodule, a publish does publish the plugin jar twice as follows:

  • sbt-akka-grpc_2.12_1.0-2.4.1.jar and
  • sbt-akka-grpc-2.4.1.jar.

Both files are identical, just carry a different name.

This has caused some issues on the hosting side of things, so this PR removes one of the two artifacts during publish.

@johanandren johanandren changed the title fix: do not publish sbt-akka-gprc jar twice (unter two different names) fix: do not publish sbt-akka-gprc jar twice (under two different names) Mar 7, 2024
Copy link
Member

@johanandren johanandren left a comment

Choose a reason for hiding this comment

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

LGTM i guess

@johanandren johanandren merged commit 7e809c7 into akka:main Mar 7, 2024
12 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.

2 participants