Turned off standard stream logging in tests

This commit is contained in:
Michael Minella
2016-09-30 13:08:25 -05:00
parent b2e6b431dc
commit 35fba25b9d

View File

@@ -163,9 +163,9 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
destinationFile = file("$buildDir/jacoco.exec")
}
testLogging {
showStandardStreams = true
}
// testLogging {
// showStandardStreams = true
// }
}
task sourcesJar(type: Jar) {