add test logging
This commit is contained in:
@@ -38,4 +38,8 @@ java {
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
|
||||
testLogging {
|
||||
events "started", "passed", "skipped", "failed"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user