Skip to content

Commit 9bfcb07

Browse files
committed
Exclude Forge Tags files from Fabric jar
Signed-off-by: Joseph T. McQuigg <[email protected]>
1 parent 2a220a0 commit 9bfcb07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fabric/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ tasks {
6868

6969
shadowJar {
7070
exclude("generations/gg/generations/core/generationscore/fabric/datagen/**")
71+
exclude("data/forge/**")
7172
configurations = listOf(project.configurations.getByName("shadowCommon"))
7273
archiveClassifier.set("dev-shadow")
7374
}

0 commit comments

Comments
 (0)