Skip to content

Commit

Permalink
Remove more refmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed May 29, 2024
1 parent 53e82da commit ec73147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ tasks.processResources {

tasks.shadowJar {
from(sourceSets["client"].output)

configurations = listOf(shadowCommon)
archiveClassifier.set("dev-shadow")
}
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tasks.processResources {
}

tasks.shadowJar {
exclude("fabric.mod.json", "bingo-common-refmap.json")
exclude("*-refmap.json")

configurations = listOf(shadowCommon)
archiveClassifier = "dev-shadow"
Expand Down

0 comments on commit ec73147

Please sign in to comment.