Skip to content

Commit

Permalink
show output
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Apr 1, 2023
1 parent 1263267 commit aa21ede
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ tasks {
tasks.withType<Test> {
useJUnitPlatform()
testLogging.exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
testLogging.showStandardStreams = true
testLogging.showExceptions = true
testLogging.showStackTraces = true
testLogging.events = setOf(
org.gradle.api.tasks.testing.logging.TestLogEvent.FAILED,
org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED,
Expand Down

0 comments on commit aa21ede

Please sign in to comment.