add test logging
This commit is contained in:
parent
83d4c400f1
commit
b07acc0151
|
@ -38,4 +38,8 @@ java {
|
||||||
|
|
||||||
test {
|
test {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
|
|
||||||
|
testLogging {
|
||||||
|
events "started", "passed", "skipped", "failed"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue