Skip to content

Commit 7745fa4

Browse files
committed
Stop including the api package in jar (we have jarjar)
1 parent d1c7147 commit 7745fa4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

neoforge-main/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,6 @@ tasks.withType<ProcessResources>().configureEach {
228228
}
229229
}
230230

231-
tasks.jar {
232-
from(sourceSets.main.get().output)
233-
from(coreApi.sourceSets.main.get().output)
234-
}
235-
236231
val PACKAGES_URL = System.getenv("GH_PKG_URL") ?: "https://maven.pkg.github.com/compactmods/compactmachines"
237232
publishing {
238233
publications.register<MavenPublication>("compactmachines") {

0 commit comments

Comments
 (0)