Skip to content

Commit 5dbc76e

Browse files
authored
Remove remainging "testLogging" (#10769)
1 parent e933df2 commit 5dbc76e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -433,13 +433,6 @@ test {
433433
// TODO: Remove this as soon as ArchUnit is modularized
434434
runOnClasspath = true
435435
}
436-
437-
testLogging {
438-
// set options for log level LIFECYCLE
439-
// for debugging tests: add "STANDARD_OUT", "STANDARD_ERROR"
440-
events = ["FAILED"]
441-
exceptionFormat "full"
442-
}
443436
}
444437

445438
testlogger {

0 commit comments

Comments
 (0)