Skip to content

Commit

Permalink
add test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Sep 29, 2022
1 parent 3c3f9bd commit 709a2ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ allprojects {

tasks.withType(Test).configureEach {
useJUnitPlatform()
testLogging {
exceptionFormat "full"
showExceptions true
showCauses true
showStackTraces true
}
}

afterEvaluate {
Expand Down

0 comments on commit 709a2ea

Please sign in to comment.