Return-Path: X-Original-To: apmail-bigtop-commits-archive@www.apache.org Delivered-To: apmail-bigtop-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AADCF18FEF for ; Thu, 14 Jan 2016 16:02:48 +0000 (UTC) Received: (qmail 91900 invoked by uid 500); 14 Jan 2016 16:02:48 -0000 Delivered-To: apmail-bigtop-commits-archive@bigtop.apache.org Received: (qmail 91831 invoked by uid 500); 14 Jan 2016 16:02:48 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 91794 invoked by uid 99); 14 Jan 2016 16:02:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2016 16:02:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 47D0BE3877; Thu, 14 Jan 2016 16:02:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: evansye@apache.org To: commits@bigtop.apache.org Date: Thu, 14 Jan 2016 16:02:49 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] bigtop git commit: BIGTOP-2237. Nullify the standard output when generating gradle cache 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/15f4fec4 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/15f4fec4 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/15f4fec4 Branch: refs/heads/master Commit: 15f4fec4f3123905cac38d1d8515b6c6325a1f5b Parents: 1610271 Author: Evans Ye Authored: Thu Jan 14 01:28:55 2016 +0800 Committer: Evans Ye Committed: Fri Jan 15 00:02:28 2016 +0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/15f4fec4/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index e7cd663..1ca6000 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' + './gradlew', '-g', dir + '/gradle.home > /dev/null' ] workingDir '.' commandLine command