Remove special casing of Java 21 test

This commit is contained in:
Juuz
2024-07-01 20:06:38 +03:00
parent 9e4a70f742
commit 4944d0f799
2 changed files with 0 additions and 55 deletions

View File

@@ -424,11 +424,6 @@ tasks.register('writeActionsTestMatrix') {
return
}
if (it.name.endsWith("NeoForge1206Test.groovy") || it.name.endsWith("Forge1206Test.groovy")) {
// Arch: The 1.20.6 tests require Java 21
return
}
def className = it.path.toString().replace(".groovy", "")
className = className.substring(className.lastIndexOf("integration/") + "integration/".length()).replace('/', '.')