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 } } }