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:
dc39f66
)
JAL-4110 - patch found on https://stackoverflow.com/questions/40954017/gradle-how...
author
James Procter
<j.procter@dundee.ac.uk>
Tue, 4 Jul 2023 15:08:48 +0000
(16:08 +0100)
committer
James Procter
<j.procter@dundee.ac.uk>
Tue, 4 Jul 2023 15:08:48 +0000
(16:08 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
a47a7fd
..
57fc283
100644
(file)
--- 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 ]
}