Skip to content

Commit

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

tasks.modrinth.dependsOn('optimizeOutputsOfJar')
}

tasks.modrinth.dependsOn('optimizeOutputsOfJar')

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

0 comments on commit 7c3ba27

Please sign in to comment.