Skip to content

Commit

Permalink
declare optmize jar task as dependency of modrinth task
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Oct 11, 2023
1 parent 0c3f900 commit 60ad8c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle/publishing/modrinth.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ modrinth {
optional.project "rei"
}
}

tasks.named("modrinth") {
dependsOn(tasks.named("optimizeOutputsOfRemapJar"))
}

0 comments on commit 60ad8c5

Please sign in to comment.