From a24b118dbaf86964d35be4d91c13f537e701bd1d Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 28 Mar 2023 14:54:48 +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 25900a2f..6488944d 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -22,6 +22,7 @@ publishing { publications { create("mavenJava") { from(components["java"]) + artifactId = rootProject.name } } }