Skip to content

Commit

Permalink
Update minotaur in an attempt to get modrinth auth working
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Sep 21, 2023
1 parent d88c8e6 commit 5db2744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ modrinth_project=zg2tT2Vu
# Plugins
mdg_plugin_version=1.4.1
cursegradle_version=1.0.11
minotaur_version=2.7.5
minotaur_version=2.8.4
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)
dependsOn(tasks.fullJar, tasks.changelog, tasks.makeReadme)
}

publishCurseForge {
Expand Down

0 comments on commit 5db2744

Please sign in to comment.