File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- ## 2.3.7
1+ ## 2.3.8
22
33### Added
44
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ publishing {
2323 }
2424
2525 repositories {
26- if (ENV . SAPS_TOKEN ) {
26+ if (ENV . NANITE_TOKEN ) {
2727 maven {
28- url MAVEN_URL
28+ url " https://maven.nanite.dev/releases "
2929 credentials {
3030 username = " nanite"
31- password = " ${ ENV.SAPS_TOKEN } "
31+ password = " ${ ENV.NANITE_TOKEN } "
3232 }
3333 }
3434 }
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ if (ENV.CURSE_TOKEN) {
112112 releaseType = " beta"
113113 addGameVersion " Fabric"
114114 addGameVersion " ${ minecraft_version} "
115- mainArtifact(jar )
115+ mainArtifact(remapJar . archiveFile )
116116 changelog = file(" ../CHANGELOG.md" )
117117 changelogType = ' markdown'
118118 }
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ if (ENV.CURSE_TOKEN) {
120120 releaseType = " release"
121121 addGameVersion " Forge"
122122 addGameVersion " ${ minecraft_version} "
123- mainArtifact(jar )
123+ mainArtifact(remapJar . archiveFile )
124124 changelog = file(" ../CHANGELOG.md" )
125125 changelogType = ' markdown'
126126 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ minecraft_version=1.19.2
44enabled_platforms =fabric,forge
55
66archives_base_name =ToolKit
7- mod_version =2.3.7
7+ mod_version =2.3.8
88maven_group =com.sunekaer.mods
99
1010architectury_version =6.5.77
You can’t perform that action at this time.
0 commit comments