Skip to content

Commit d51930c

Browse files
authored
chore: added artifactId (#1584)
1 parent 12e0a88 commit d51930c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ class PublishingConventionPlugin : Plugin<Project> {
6666
publishToMavenCentral()
6767
signAllPublications()
6868

69+
coordinates(
70+
artifactId = "android-maps-utils",
71+
)
72+
6973
pom {
7074
name.set("android-maps-utils")
7175
description.set("Handy extensions to the Google Maps Android API.")

0 commit comments

Comments
 (0)