From 3427c2dab5f841b31d40da852946265653e067a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Tue, 2 Sep 2025 23:43:26 +0200 Subject: [PATCH] chore: added artifactId --- .../convention/src/main/kotlin/PublishingConventionPlugin.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt b/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt index 5f4716190..0b588ec1e 100644 --- a/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt @@ -66,6 +66,10 @@ class PublishingConventionPlugin : Plugin { publishToMavenCentral() signAllPublications() + coordinates( + artifactId = "android-maps-utils", + ) + pom { name.set("android-maps-utils") description.set("Handy extensions to the Google Maps Android API.")