diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index 8c943af..450a31e 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -9,6 +9,7 @@ publishing { publications { register("maven", MavenPublication::class) { from(components["java"]) + artifactId = rootProject.name } } }