Updates junit versions to 5.12.1
This commit is contained in:
@@ -114,7 +114,9 @@ dependencies {
|
||||
}
|
||||
|
||||
contractTest {
|
||||
useJUnitPlatform("5.12.1")
|
||||
useJUnitPlatform {
|
||||
version = "5.12.1"
|
||||
}
|
||||
if (getProp(envVars, "MESSAGING_TYPE") != "") {
|
||||
systemProperty("spring.profiles.active", "messagingtype")
|
||||
} else if (getProp(envVars, "STANDALONE_PROTOCOL") != "") {
|
||||
|
||||
@@ -16,5 +16,7 @@ dependencies {
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform("5.12.1")
|
||||
useJUnitPlatform {
|
||||
version = "5.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -101,7 +101,9 @@ task libtest() {
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform("5.12.1")
|
||||
useJUnitPlatform {
|
||||
version = "5.12.1"
|
||||
}
|
||||
testLogging {
|
||||
exceptionFormat = 'full'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user