temporarily downgraded Junit version to keep suporting Java 8
All checks were successful
CI / build (push) Successful in 3m4s

This commit is contained in:
2025-11-19 01:12:38 +08:00
parent 9dcadec69f
commit 8f5c21a03e
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ dependencyResolutionManagement {
versionCatalogs {
catalog {
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.catalog.version')
version('junit.jupiter', '5.9.3')
}
}
}