diff --git a/build.sbt b/build.sbt index 0d822257..603e7532 100644 --- a/build.sbt +++ b/build.sbt @@ -32,6 +32,11 @@ commands := commands.value.filterNot { command => ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo +// So that gRPC is properly styled +ThisBuild / apacheSonatypeArtifactNameProcessor := apacheSonatypeArtifactNameProcessor.value.andThen { + _.replaceAll("Grpc", "gRPC") +} + val pekkoPrefix = "pekko-grpc" val pekkoGrpcRuntimeName = s"$pekkoPrefix-runtime" diff --git a/gradle-plugin/build.gradle b/gradle-plugin/build.gradle index a9fe7e3f..4946cfed 100644 --- a/gradle-plugin/build.gradle +++ b/gradle-plugin/build.gradle @@ -47,7 +47,7 @@ gradlePlugin { publishing { publications.withType(MavenPublication) { pom { - name = "Apache Pekko Grpc Gradle Plugin" + name = "Apache Pekko gRPC Gradle Plugin" description = "Apache Pekko gRPC - Support for building streaming gRPC servers and clients on top of Pekko Streams." url = "https://pekko.apache.org/" licenses {