add test logging

This commit is contained in:
luca 2024-01-16 15:35:40 +01:00
parent 83d4c400f1
commit b07acc0151
1 changed files with 4 additions and 0 deletions

View File

@ -38,4 +38,8 @@ java {
test {
useJUnitPlatform()
testLogging {
events "started", "passed", "skipped", "failed"
}
}