Skip to content

Commit

Permalink
fix mixin extras build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Mar 9, 2025
1 parent 2e4a6de commit 4fa7ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ configure<MixinExtension> {

// issues with mixin extras
tasks.withType<Test> { enabled = false }
tasks.compileTestJava { enabled = false }

val jarJar = the<JarJarProjectExtension>()

Expand Down

0 comments on commit 4fa7ef0

Please sign in to comment.