Skip to content

Commit

Permalink
ci: fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Oct 5, 2024
1 parent 4eb80f3 commit 5c9bb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ project.afterEvaluate {
dependsOn 'reobfJar'
}

tasks.modrinth.mustRunAfter('optimizeOutputsOfJar')
tasks.modrinth.dependsOn('optimizeOutputsOfJar')
}

tasks.named('jar', Jar).configure {
Expand Down

0 comments on commit 5c9bb39

Please sign in to comment.