Disabling sysouts

This commit is contained in:
Michael Minella
2017-07-25 22:30:26 -05:00
parent f376bd56df
commit ff923e0b8f

View File

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