Skip to content

Commit

Permalink
Fix mixin reobfuscation issues: SpongePowered/MixinGradle#38
Browse files Browse the repository at this point in the history
  • Loading branch information
Barteks2x committed Jul 13, 2022
1 parent 08053da commit d97d7dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ tasks {
finalizedBy("reobfShadowJar")
}

afterEvaluate {
getByName("configureReobfTaskForReobfShadowJar").mustRunAfter("compileJava")
getByName("configureReobfTaskForReobfJar").mustRunAfter("compileJava")
}

build {
dependsOn(shadowJar, devShadowJar, sourcesJar)
}
Expand Down

0 comments on commit d97d7dc

Please sign in to comment.