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
+
1
4
# 5.0.0.7
2
5
- Fix Jankson being shadowed to the wrong package in Forge and NeoForge
3
6
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ tasks {
60
60
}
61
61
62
62
shadowJar {
63
- exclude(" architectury.common.json" , " dev/corgi /corgilib/neoforge/datagen/**" )
63
+ exclude(" architectury.common.json" , " dev/corgitaco /corgilib/neoforge/datagen/**" )
64
64
configurations = listOf (project.configurations.getByName(" shadowBundle" ))
65
65
archiveClassifier.set(" dev-shadow" )
66
66
relocate(" blue.endless.jankson" , " corgitaco.corgilib.shadow.blue.endless.jankson" )
Original file line number Diff line number Diff line change 1
1
# Project
2
- version =5.0.0.7
2
+ version =5.0.0.8-SNAPSHOT
3
3
group =dev.corgitaco
4
4
archives_base_name =Corgilib
5
5
You can’t perform that action at this time.
0 commit comments