From ff923e0b8f242bfcf0ae8739aa1373f5cfc8261a Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Tue, 25 Jul 2017 22:30:26 -0500 Subject: [PATCH] Disabling sysouts --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {