Skip to content

Commit

Permalink
Fix mixins shadow field not remapped (#93 & #97)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D committed Nov 21, 2023
1 parent e0b3c65 commit ef209fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mc2discord-1.20.x/forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,10 @@ tasks {
reobf {
create("shadowJar")
}

// Workaround for SpongePowered/MixinGradle#38
afterEvaluate {
getByName("configureReobfTaskForReobfShadowJar").mustRunAfter("compileJava")
getByName("configureReobfTaskForReobfJar").mustRunAfter("compileJava")
}
}

0 comments on commit ef209fd

Please sign in to comment.