Skip to content

Commit 3252534

Browse files
committed
Add test logging output for gradle build
1 parent 75c25eb commit 3252534

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ jar {
3333
}
3434
}
3535

36+
test {
37+
testLogging {
38+
events "failed"
39+
exceptionFormat "short"
40+
}
41+
}
42+
3643
jacocoTestReport {
3744
group = "Reporting"
3845
reports {

0 commit comments

Comments
 (0)