Skip to content

Commit

Permalink
Only apply Mixin workaround to Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Nov 11, 2023
1 parent ecc1278 commit 73d2c79
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ tasks.withType(JavaCompile) {
source(project(":Common").sourceSets.main.allSource)
}

// Workaround for SpongePowered/MixinGradle#38
afterEvaluate {
tasks.configureReobfTaskForReobfJar.mustRunAfter(tasks.compileJava)
tasks.configureReobfTaskForReobfJarJar.mustRunAfter(tasks.compileJava)
}

jar {
from("LICENSE") {
rename { "${it}_${mod_name}" }
Expand Down

0 comments on commit 73d2c79

Please sign in to comment.