Skip to content

Commit 9649bf6

Browse files
update gradle test logic
1 parent 73118c7 commit 9649bf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ test {
7171
useJUnitPlatform()
7272
testLogging {
7373
showStandardStreams = true
74+
events "passed", "skipped", "failed"
75+
exceptionFormat "short"
76+
showExceptions true
77+
showCauses true
7478
}
7579
}
7680

0 commit comments

Comments
 (0)