Skip to content

Commit

Permalink
ci: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Oct 5, 2024
1 parent 6a1473f commit 4eb80f3
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,6 +180,8 @@ project.afterEvaluate {
optimizeOutputsOfJar {
dependsOn 'reobfJar'
}

tasks.modrinth.mustRunAfter('optimizeOutputsOfJar')
}

tasks.named('jar', Jar).configure {
Expand Down Expand Up @@ -270,8 +272,6 @@ modrinth {
}
}

tasks.modrinth.mustRunAfter('optimizeOutputsOfJar')

mixin {
config "${project.mod_id}.mixins.json"
add sourceSets.main, "${project.mod_id}.refmap.json"
Expand Down

0 comments on commit 4eb80f3

Please sign in to comment.