-
Notifications
You must be signed in to change notification settings - Fork 18
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
change pom name #216
change pom name #216
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ gradlePlugin { | |
publishing { | ||
publications.withType(MavenPublication) { | ||
pom { | ||
name = "Apache Pekko Grpc Gradle Plugin" | ||
name = "Apache Pekko gRPC Gradle Plugin" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the text below is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and it was |
||
description = "Apache Pekko gRPC - Support for building streaming gRPC servers and clients on top of Pekko Streams." | ||
url = "https://pekko.apache.org/" | ||
licenses { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, but better if it match something like GRPC too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the built plugin title cases the name - so Grpc is what is expected - making this case insensitive is complicated and not worth the hassle