Repository: bigtop Updated Branches: refs/heads/master 15f4fec4f -> 8b0a6a109
Revert "BIGTOP-2237. Nullify the standard output when generating gradle cache" This reverts commit 15f4fec4f3123905cac38d1d8515b6c6325a1f5b. Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/8b0a6a10 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/8b0a6a10 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/8b0a6a10 Branch: refs/heads/master Commit: 8b0a6a109c239c2ae8677fb94a5678fab7e56a9c Parents: 15f4fec Author: Evans Ye <[email protected]> Authored: Fri Jan 15 02:40:27 2016 +0800 Committer: Evans Ye <[email protected]> Committed: Fri Jan 15 02:40:27 2016 +0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/8b0a6a10/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 1ca6000..e7cd663 100644 --- a/build.gradle +++ b/build.gradle @@ -382,7 +382,7 @@ task "gen-gradle-home"(type:Exec, group: DOCKERBUILD_GROUP) { def dir = System.getProperty("user.dir") def command = [ - './gradlew', '-g', dir + '/gradle.home > /dev/null' + './gradlew', '-g', dir + '/gradle.home' ] workingDir '.' commandLine command
