[1.7.10] Disable tests for now

This commit is contained in:
Jonas Herzig
2020-04-15 18:34:25 +02:00
parent 4586cb5382
commit a514e53d11

View File

@@ -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) {