File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ # 5.0.0.6
2+ - Fix Jankson being shadowed to the wrong package in Fabric
3+
14# 5.0.0.5
25- Move Night Config Shutdown to Fabric Server Lifecycle Event
36- Change maven coordinates to ` dev.corgitaco.corgilib ` from ` corgitaco.corgilib ` .
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ tasks {
5757 exclude(" architectury.common.json" )
5858 configurations = listOf (project.configurations.getByName(" shadowBundle" ))
5959 archiveClassifier.set(" dev-shadow" )
60- relocate(" blue.endless.jankson" , " ${project.group} .shadow.blue.endless.jankson" )
60+ relocate(" blue.endless.jankson" , " corgitaco.corgilib .shadow.blue.endless.jankson" )
6161 }
6262
6363 remapJar {
Original file line number Diff line number Diff line change 1010 ],
1111 "contact" : {
1212 "homepage" : " https://github.com/CorgiTaco/CorgiLib" ,
13- "sources" : " https://github.com/CorgiTaco/CorgiLib"
13+ "sources" : " https://github.com/CorgiTaco/CorgiLib" ,
14+ "issues" : " https://github.com/CorgiTaco/CorgiLib/issues"
1415 },
1516 "license" : " LGPLv3" ,
1617 "icon" : " assets/corgilib/corgilib.png" ,
Original file line number Diff line number Diff line change 11# Project
2- version =5.0.0.5
2+ version =5.0.0.6-SNAPSHOT
33group =dev.corgitaco.corgilib
44archives_base_name =Corgilib
55
You can’t perform that action at this time.
0 commit comments