Skip to content

Commit 945bda4

Browse files
committed
+build make buildlog include tests run and fail stacktraces
Thanks to @alkemist for pointing this out
1 parent 68a5a7e commit 945bda4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ subprojects {
2525
}
2626
}
2727

28+
tasks.withType(Test) {
29+
testLogging {
30+
exceptionFormat "full"
31+
events "failed", "passed", "started"
32+
}
33+
}
34+
2835
repositories {
2936
mavenCentral()
3037
}

0 commit comments

Comments
 (0)