Skip to content

Commit

Permalink
Remove CurseForge support
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Dec 30, 2023
1 parent 9e6ea85 commit 3e1b1f8
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 3e1b1f8

Please sign in to comment.