mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix Forge 50 (1.20.6) (#219)
Co-authored-by: shedaniel <daniel@shedaniel.me> Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
This commit is contained in:
@@ -424,6 +424,11 @@ 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