File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ commands := commands.value.filterNot { command =>
32
32
33
33
ThisBuild / reproducibleBuildsCheckResolver := Resolver .ApacheMavenStagingRepo
34
34
35
+ // So that gRPC is properly styled
36
+ ThisBuild / apacheSonatypeArtifactNameProcessor := apacheSonatypeArtifactNameProcessor.value.andThen {
37
+ _.replaceAll(" Grpc" , " gRPC" )
38
+ }
39
+
35
40
val pekkoPrefix = " pekko-grpc"
36
41
val pekkoGrpcRuntimeName = s " $pekkoPrefix-runtime "
37
42
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ gradlePlugin {
47
47
publishing {
48
48
publications. withType(MavenPublication ) {
49
49
pom {
50
- name = " Apache Pekko Grpc Gradle Plugin"
50
+ name = " Apache Pekko gRPC Gradle Plugin"
51
51
description = " Apache Pekko gRPC - Support for building streaming gRPC servers and clients on top of Pekko Streams."
52
52
url = " https://pekko.apache.org/"
53
53
licenses {
You can’t perform that action at this time.
0 commit comments