diff --git a/build.gradle.kts b/build.gradle.kts index 78f26ce..281bbfc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,17 +27,17 @@ tasks { } } -//publishing { -// publications { -// create("maven") { -// groupId = "org.holoeasy" -// artifactId = "holoeasy" -// version = "3.1.1" -// -// from(components["java"]) -// } -// } -//} +publishing { + publications { + create("maven") { + groupId = "org.holoeasy" + artifactId = "holoeasy" + version = "3.1.1" + + from(components["java"]) + } + } +} shadowJar {