temporarily downgraded Junit version to keep suporting Java 8
All checks were successful
CI / build (push) Successful in 3m4s
All checks were successful
CI / build (push) Successful in 3m4s
This commit is contained in:
@@ -49,7 +49,7 @@ subprojects { subproject ->
|
|||||||
add("testImplementation", catalog.junit.jupiter.api)
|
add("testImplementation", catalog.junit.jupiter.api)
|
||||||
add("testImplementation", catalog.junit.jupiter.params)
|
add("testImplementation", catalog.junit.jupiter.params)
|
||||||
add("testRuntimeOnly", catalog.junit.jupiter.engine)
|
add("testRuntimeOnly", catalog.junit.jupiter.engine)
|
||||||
add("testRuntimeOnly", catalog.junit.platform.launcher)
|
// add("testRuntimeOnly", catalog.junit.platform.launcher)
|
||||||
add("testImplementation", gradleTestKit())
|
add("testImplementation", gradleTestKit())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
|
|||||||
versionCatalogs {
|
versionCatalogs {
|
||||||
catalog {
|
catalog {
|
||||||
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.catalog.version')
|
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.catalog.version')
|
||||||
|
version('junit.jupiter', '5.9.3')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user