Repository: bigtop
Updated Branches:
  refs/heads/master 7cd945538 -> fe435e16c


BIGTOP-2237. Nullify the standard output when generating gradle cache


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/fe435e16
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/fe435e16
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/fe435e16

Branch: refs/heads/master
Commit: fe435e16c1cabe7a719d20e73b4d2b7d2e35dea7
Parents: 7cd9455
Author: Evans Ye <[email protected]>
Authored: Thu Jan 14 18:42:58 2016 +0000
Committer: Evans Ye <[email protected]>
Committed: Sat Jan 23 20:07:36 2016 +0800

----------------------------------------------------------------------
 build.gradle | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/fe435e16/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index eb2e619..d17f98d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -391,6 +391,8 @@ task "gen-gradle-home"(type:Exec,
   ]
   workingDir '.'
   commandLine command
+  //store the output instead of printing to the console:
+  standardOutput = new ByteArrayOutputStream()
 }
 
 task "bigtop-slaves"(dependsOn: 'gen-gradle-home', type:Exec,

Reply via email to