Skip to content

Commit 160ea94

Browse files
committed
build > cleanup test logging
1 parent a63ed97 commit 160ea94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ dependencies {
3636

3737
tasks.withType<Test>().configureEach {
3838
useJUnitPlatform()
39-
40-
testLogging {
41-
events("STARTED", "FAILED", "SKIPPED")
42-
}
4339
}
4440

4541
/* ******************** integration test ******************** */

0 commit comments

Comments
 (0)