From 9ca56c016427b44f565994198707b403b23e21b9 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Fri, 9 Jun 2023 11:02:34 +0100 Subject: [PATCH] JAL-3599 Not redirecting STDOUT or STDERR just for build server debuggin --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6517f43..23f3a7b 100644 --- a/build.gradle +++ b/build.gradle @@ -4261,6 +4261,7 @@ task jalviewjsLaunchTest(type: Exec) { jalviewjsStderrLaunchFilename ]) + /* standardOutput = new ByteArrayOutputStream() errorOutput = new ByteArrayOutputStream() @@ -4280,8 +4281,8 @@ task jalviewjsLaunchTest(type: Exec) { } } if (!found) { - throw new GradleException("Could not find evidence of Desktop launch in JalviewJS.") } } + */ } -- 1.7.10.2