diff --git a/build.gradle b/build.gradle index 8e06635ae..3445aecf8 100644 --- a/build.gradle +++ b/build.gradle @@ -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) {