File tree Expand file tree Collapse file tree 4 files changed +18
-15
lines changed
Expand file tree Collapse file tree 4 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 1+ import me.modmuss50.mpp.ReleaseType
2+
3+ plugins {
4+ id(" publishing-conventions" )
5+ id(" me.modmuss50.mod-publish-plugin" )
6+ }
7+
8+ publishMods.modrinth {
9+ projectId = " O5VsIpQY"
10+ type = ReleaseType .STABLE
11+ changelog = providers.environmentVariable(" RELEASE_NOTES" )
12+ accessToken = providers.environmentVariable(" MODRINTH_TOKEN" )
13+ minecraftVersions = providers.gradleProperty(" modrinthMinecraftVersions" ).map {
14+ it.split(' ,' ).map(String ::trim)
15+ }
16+ }
Original file line number Diff line number Diff line change 1- import me.modmuss50.mpp.ReleaseType
2-
31plugins {
42 id(" standard-conventions" )
53 id(" net.kyori.indra.publishing" )
64 id(" net.kyori.indra.crossdoc" )
7- id(" me.modmuss50.mod-publish-plugin" )
85}
96
107indraCrossdoc {
@@ -35,13 +32,3 @@ tasks {
3532 )
3633 }
3734}
38-
39- publishMods.modrinth {
40- projectId = " O5VsIpQY"
41- type = ReleaseType .STABLE
42- changelog = providers.environmentVariable(" RELEASE_NOTES" )
43- accessToken = providers.environmentVariable(" MODRINTH_TOKEN" )
44- minecraftVersions = providers.gradleProperty(" modrinthMinecraftVersions" ).map {
45- it.split(' ,' ).map(String ::trim)
46- }
47- }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 alias(libs.plugins.loom)
88 alias(libs.plugins.configurateTransformations)
99 id(" standard-conventions" )
10- id(" publishing-conventions" )
10+ id(" mod- publishing-conventions" )
1111}
1212
1313publishMods.modrinth {
Original file line number Diff line number Diff line change 11plugins {
22 id(" net.neoforged.moddev" )
3- id(" publishing-conventions" )
3+ id(" mod- publishing-conventions" )
44}
55
66neoForge {
You can’t perform that action at this time.
0 commit comments