File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- // version: 1656003793falsepattern38
1
+ // version: 1656003793falsepattern40
2
2
/*
3
3
DO NOT CHANGE THIS FILE!
4
4
@@ -727,6 +727,7 @@ if (curseForgeProjectId != "") {
727
727
changelog = project. changelog. replace(" {version}" , modVersion)
728
728
releaseType = modVersion. contains(" -a" ) ? " alpha" : modVersion. contains(" -b" ) ? " beta" : " release"
729
729
addGameVersion project. minecraft. version
730
+ addGameVersion " Forge"
730
731
mainArtifact(jar) {
731
732
displayName = " $modName version: $modVersion "
732
733
}
@@ -749,7 +750,7 @@ if (curseForgeProjectId != "") {
749
750
}
750
751
}
751
752
tasks. curseforge. dependsOn(build)
752
- tasks. publish. dependsOn(curseforge)
753
+ tasks. publish. dependsOn(tasks . curseforge)
753
754
}
754
755
755
756
if (modrinthProjectId != " " ) {
@@ -779,7 +780,7 @@ if (modrinthProjectId != "") {
779
780
}
780
781
}
781
782
tasks. modrinth. dependsOn(build)
782
- tasks. publish. dependsOn(modrinth)
783
+ tasks. publish. dependsOn(tasks . modrinth)
783
784
}
784
785
785
786
def addModrinthDep (scope , type , name ) {
You can’t perform that action at this time.
0 commit comments