mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Remove special casing of Java 21 test
This commit is contained in:
@@ -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('/', '.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user