JAL-4110 - patch found on https://stackoverflow.com/questions/40954017/gradle-how...
[jalview.git] / build.gradle
index a47a7fd..57fc283 100644 (file)
@@ -1830,6 +1830,7 @@ tasks.withType(Test).matching {t -> t.getName().startsWith("testTask")}.all { te
     showExceptions true
     showCauses true
     showStackTraces true
+    showStandardStreams true
 
     info.events = [ TestLogEvent.FAILED ]
   }