From b1fea795af4d2476d01ff8835768aa13cac0b970 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 28 Mar 2023 15:01:04 +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 4172edf..30529f5 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -13,6 +13,7 @@ publishing { publications { register("maven", MavenPublication::class) { from(components["java"]) + artifactId = rootProject.name } } }