From 22d2fb6caf42bac9a0ca78f80c84530820ffcbe6 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 28 Mar 2023 15:01:37 +0100 Subject: [PATCH] Fixed publications --- eco-core/core-plugin/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index bb8f8d2..07be7c5 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -11,6 +11,7 @@ publishing { publications { register("maven", MavenPublication::class) { from(components["java"]) + artifactId = rootProject.name } } }