File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ # 5.0.0.8
2+ - Fix Datagen class not being excluded from NeoForge builds
3+
14# 5.0.0.7
25- Fix Jankson being shadowed to the wrong package in Forge and NeoForge
36
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ tasks {
6060 }
6161
6262 shadowJar {
63- exclude(" architectury.common.json" , " dev/corgi /corgilib/neoforge/datagen/**" )
63+ exclude(" architectury.common.json" , " dev/corgitaco /corgilib/neoforge/datagen/**" )
6464 configurations = listOf (project.configurations.getByName(" shadowBundle" ))
6565 archiveClassifier.set(" dev-shadow" )
6666 relocate(" blue.endless.jankson" , " corgitaco.corgilib.shadow.blue.endless.jankson" )
Original file line number Diff line number Diff line change 11# Project
2- version =5.0.0.7
2+ version =5.0.0.8-SNAPSHOT
33group =dev.corgitaco
44archives_base_name =Corgilib
55
You can’t perform that action at this time.
0 commit comments