diff --git a/neoforge-main/build.gradle.kts b/neoforge-main/build.gradle.kts index 9c47b9b1..0e0eac89 100644 --- a/neoforge-main/build.gradle.kts +++ b/neoforge-main/build.gradle.kts @@ -228,11 +228,6 @@ tasks.withType().configureEach { } } -tasks.jar { - from(sourceSets.main.get().output) - from(coreApi.sourceSets.main.get().output) -} - val PACKAGES_URL = System.getenv("GH_PKG_URL") ?: "https://maven.pkg.github.com/compactmods/compactmachines" publishing { publications.register("compactmachines") {