Adjusted :core logging events and exception format

This commit is contained in:
Collin Smith 2021-12-16 20:37:50 -08:00
parent 3b9f076cdf
commit 995244a940

View File

@ -113,7 +113,8 @@ dependencies {
test {
useJUnitPlatform()
testLogging {
events "passed", "skipped", "failed"
events "failed"//, "passed", "skipped"
exceptionFormat "full"
}
}