Skip to content

Commit

Permalink
Fix modrinth task dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Sep 21, 2023
1 parent 5db2744 commit 654f730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modrinth {
})
}
tasks.named('modrinth') {
dependsOn(tasks.fullJar, tasks.changelog, tasks.makeReadme)
dependsOn(tasks.fullJar, tasks.changelog)
}

publishCurseForge {
Expand Down

0 comments on commit 654f730

Please sign in to comment.