From: James Procter Date: Tue, 4 Jul 2023 15:08:48 +0000 (+0100) Subject: JAL-4110 - patch found on https://stackoverflow.com/questions/40954017/gradle-how... X-Git-Tag: Release_2_11_3_0~3^2~37^2~2^2~2^2~1 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=a50c5a1594e115501bb28abd94d2ec938e6e7828;p=jalview.git JAL-4110 - patch found on https://stackoverflow.com/questions/40954017/gradle-how-to-get-output-from-test-stderr-stdout-into-console --- diff --git a/build.gradle b/build.gradle index a47a7fd..57fc283 100644 --- a/build.gradle +++ b/build.gradle @@ -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 ] }