Skip to content

Commit 2a220a0

Browse files
committed
Exclude Fabric Datagen java files from Fabric jar
Signed-off-by: Joseph T. McQuigg <[email protected]>
1 parent 156d31a commit 2a220a0

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
@@ -67,6 +67,7 @@ tasks {
6767
}
6868

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

0 commit comments

Comments
 (0)