aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index eb2e6195..d17f98dc 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,