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

Update sbt-pekko-build to 0.3.1 #213

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

mdedetrich
Copy link
Contributor

Updates sbt-pekko-build to 0.3.1 which brings in the pom.xml name field fix

@@ -44,7 +44,7 @@ gradlePlugin {
publishing {
publications.withType(MavenPublication) {
pom {
name = "pekko-grpc-gradle-plugin"
name = "Apache Pekko Grpc Gradle Plugin"
Copy link
Member

Choose a reason for hiding this comment

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

There is a maven plugin too

Copy link
Contributor Author

@mdedetrich mdedetrich Jan 24, 2024

Choose a reason for hiding this comment

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

There is a maven plugin too

Yes but the maven plugin is generated by sbt so the name will also be fixed by the updated sbt-apache-sonatype (you can check yourself, there is no pom.xml in the maven plugin). Its only gradle that is the exception here.

Copy link
Member

@He-Pin He-Pin left a comment

Choose a reason for hiding this comment

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

Lgtm

@mdedetrich mdedetrich merged commit 00c6b62 into apache:main Jan 24, 2024
17 checks passed
@mdedetrich mdedetrich deleted the update-sbt-pekko-build branch January 24, 2024 12:59
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