Disable standard streams of test logging (#1706)

* Disable standard streams of test logging
pull/1715/head
John Niang 2022-03-05 20:18:30 +08:00 committed by GitHub
parent b6dc37b6f6
commit 9897999e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -144,5 +144,4 @@ dependencies {
test {
useJUnitPlatform()
testLogging.showStandardStreams = true
}