We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d7d9d commit 12e0a88Copy full SHA for 12e0a88
build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt
@@ -67,7 +67,7 @@ class PublishingConventionPlugin : Plugin<Project> {
67
signAllPublications()
68
69
pom {
70
- name.set(project.name)
+ name.set("android-maps-utils")
71
description.set("Handy extensions to the Google Maps Android API.")
72
url.set("https://github.com/googlemaps/android-maps-utils")
73
licenses {
0 commit comments