diff --git a/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt b/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt index a476a1584..5f4716190 100644 --- a/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt @@ -67,7 +67,7 @@ class PublishingConventionPlugin : Plugin { signAllPublications() pom { - name.set(project.name) + name.set("android-maps-utils") description.set("Handy extensions to the Google Maps Android API.") url.set("https://github.com/googlemaps/android-maps-utils") licenses {