Skip to content

Commit 67d5b9f

Browse files
author
Blankj
committed
see 04/27 log
1 parent 8d1c684 commit 67d5b9f

4 files changed

Lines changed: 214 additions & 210 deletions

File tree

utilcode/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ android {
2626
}
2727
}
2828

29+
tasks.matching {it instanceof Test}.all {
30+
testLogging.events = ["failed", "passed", "skipped"]
31+
}
32+
2933
dependencies {
3034
final SUPPORT_VERSION = '25.3.1'
3135
final JUNIT_VERSION = '4.12'

0 commit comments

Comments
 (0)