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