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 52ec11f commit dbffcb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,10 @@ tasks {
shadowJar, devShadowJar, javadocJar, deobfSourcesJar)
}

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

publish {
dependsOn(gradle.includedBuild("CubicChunksAPI").task(":publish"))
}
Expand Down

0 comments on commit dbffcb8

Please sign in to comment.