dave08
11/17/2022, 12:50 PM// in the root build.gradle.kts:
tasks.named<Test>("test") {
useJUnitPlatform()
testLogging {
showExceptions = true
showStandardStreams = true
exceptionFormat = FULL
}
}
Vampire
11/17/2022, 1:10 PM