diff --git a/versions/common.gradle b/versions/common.gradle index 724d66a0..cd50b47e 100644 --- a/versions/common.gradle +++ b/versions/common.gradle @@ -312,6 +312,9 @@ if (mcVersion <= 10710) { artifact.classpath += configurations.minecraft + configurations.minecraftDeps } } + + // Test sources aren't preprocessed and I can't be bothered to fix that + tasks.compileTestJava.onlyIf { false } } if (FABRIC) {