Skip to content

Commit

Permalink
Revert "Remove CurseForge support"
Browse files Browse the repository at this point in the history
This reverts commit 3e1b1f8.
  • Loading branch information
Treetrain1 committed Dec 31, 2023
1 parent 3e1b1f8 commit 109341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,6 @@ val github by tasks.register("github") {
val publishMod by tasks.register("publishMod") {
dependsOn(tasks.publish)
dependsOn(github)
//dependsOn(tasks.curseforge)
dependsOn(tasks.curseforge)
dependsOn(tasks.modrinth)
}

0 comments on commit 109341b

Please sign in to comment.