X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=build.gradle;fp=build.gradle;h=23f3a7bdfc9f96f4690f2115e55d5c434947e5c4;hb=9ca56c016427b44f565994198707b403b23e21b9;hp=6517f439bd6af2fc7098751fa49601709c2de2ba;hpb=be8d1428f129ec7d39e353717bf8756805d1e803;p=jalview.git 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.") } } + */ }