JAL-4110 - patch found on https://stackoverflow.com/questions/40954017/gradle-how...
authorJames Procter <j.procter@dundee.ac.uk>
Tue, 4 Jul 2023 15:08:48 +0000 (16:08 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Tue, 4 Jul 2023 15:08:48 +0000 (16:08 +0100)
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 ]
   }