Remove test log reporting in build output

This commit is contained in:
Brian Clozel
2025-03-12 17:28:55 +01:00
parent 6d471cd7b8
commit 0d4fe150aa
2 changed files with 0 additions and 6 deletions

View File

@@ -40,7 +40,4 @@ dependencies {
test {
useJUnitPlatform()
testLogging {
events "passed", "skipped", "failed"
}
}

View File

@@ -94,7 +94,4 @@ dependencies {
test {
useJUnitPlatform()
testLogging {
events "passed", "skipped", "failed"
}
}