Skip to content

Commit

Permalink
now?? pls
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Jan 18, 2024
1 parent 0e4c54b commit 795e960
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,9 @@ processResources {
}
}

shadowJar {
exclude "fabric.mod.json"

configurations = [project.configurations.shadowCommon]
archiveClassifier.set("dev-shadow")
}

remapJar {
inputFile.set shadowJar.archiveFile
dependsOn shadowJar
inputFile.set jar.archiveFile
dependsOn jar
archiveClassifier.set(null)
}

Expand Down

0 comments on commit 795e960

Please sign in to comment.