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 12e0a88 commit d51930cCopy full SHA for d51930c
build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt
@@ -66,6 +66,10 @@ class PublishingConventionPlugin : Plugin<Project> {
66
publishToMavenCentral()
67
signAllPublications()
68
69
+ coordinates(
70
+ artifactId = "android-maps-utils",
71
+ )
72
+
73
pom {
74
name.set("android-maps-utils")
75
description.set("Handy extensions to the Google Maps Android API.")
0 commit comments