diff --git a/build-logic/src/main/kotlin/geyser.base-conventions.gradle.kts b/build-logic/src/main/kotlin/geyser.base-conventions.gradle.kts index 2f57a97db..211455d31 100644 --- a/build-logic/src/main/kotlin/geyser.base-conventions.gradle.kts +++ b/build-logic/src/main/kotlin/geyser.base-conventions.gradle.kts @@ -37,7 +37,5 @@ publishing { groupId = project.group as String artifactId = project.name version = project.version as String - - artifact(tasks["jar"]) } } \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 6037f65d3..9207dfd3f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ subprojects { when (this) { in platforms -> plugins.apply("geyser.platform-conventions") api -> plugins.apply("geyser.shadow-conventions") - else -> plugins.apply("geyser.base-conventions") + else -> plugins.apply("geyser.shadow-conventions") } } } \ No newline at end of file