git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be8d142
)
JAL-3599 Not redirecting STDOUT or STDERR just for build server debuggin
author
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 9 Jun 2023 10:02:34 +0000
(11:02 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 9 Jun 2023 10:02:34 +0000
(11:02 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
6517f43
..
23f3a7b
100644
(file)
--- 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.")
}
}
+ */
}