Skip to content

Commit

Permalink
Consolidated test output to match other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Robban1980 committed Dec 2, 2024
1 parent 3098dc0 commit e1ed995
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kafka-event-queue/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ dependencies {
runtimeOnly 'ch.qos.logback:logback-classic:1.4.11'
}

test {
testLogging {
events "passed", "skipped", "failed"
showStandardStreams = true // Enable standard output
}
}
// test {
// testLogging {
// events "passed", "skipped", "failed"
// showStandardStreams = true // Enable standard output
// }
// }


0 comments on commit e1ed995

Please sign in to comment.