Skip to content

Commit 64dd98e

Browse files
committed
more detailed test output
1 parent bda868e commit 64dd98e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

centrifuge/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,11 @@ javadoc {
6969
metalava {
7070
hiddenPackages.add("io.github.centrifugal.centrifuge.internal")
7171
}
72+
73+
test {
74+
testLogging {
75+
events "passed", "skipped", "failed"
76+
exceptionFormat "full"
77+
showStandardStreams = true
78+
}
79+
}

0 commit comments

Comments
 (0)