Skip to content

Commit

Permalink
Stop including the api package in jar (we have jarjar)
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Aug 4, 2024
1 parent d1c7147 commit 7745fa4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions neoforge-main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,6 @@ tasks.withType<ProcessResources>().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<MavenPublication>("compactmachines") {
Expand Down

0 comments on commit 7745fa4

Please sign in to comment.