From commits-return-2352-apmail-kafka-commits-archive=kafka.apache.org@kafka.apache.org Tue Apr 28 02:37:12 2015 Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-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 6BBBB17227 for ; Tue, 28 Apr 2015 02:37:12 +0000 (UTC) Received: (qmail 29011 invoked by uid 500); 28 Apr 2015 02:37:12 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 28982 invoked by uid 500); 28 Apr 2015 02:37:12 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 28972 invoked by uid 99); 28 Apr 2015 02:37:12 -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; Tue, 28 Apr 2015 02:37:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 283C5E17F0; Tue, 28 Apr 2015 02:37:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: junrao@apache.org To: commits@kafka.apache.org Message-Id: <7c784267f7b645128023eb51504ede6a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: kafka git commit: kafka-1940; Initial checkout and build failing; patched by Martin Lemanski; reviewed by Jun Rao Date: Tue, 28 Apr 2015 02:37:12 +0000 (UTC) Repository: kafka Updated Branches: refs/heads/trunk 97358411a -> 22b3db47e kafka-1940; Initial checkout and build failing; patched by Martin Lemanski; reviewed by Jun Rao Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/22b3db47 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/22b3db47 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/22b3db47 Branch: refs/heads/trunk Commit: 22b3db47e73931a72b8519155be3e48ab5e3849d Parents: 9735841 Author: Martin Lemanski Authored: Mon Apr 27 21:35:22 2015 -0500 Committer: Jun Rao Committed: Mon Apr 27 21:35:39 2015 -0500 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/22b3db47/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 006ced4..fef515b 100644 --- a/build.gradle +++ b/build.gradle @@ -226,7 +226,7 @@ project(':core') { } testRuntime "$slf4jlog4j" - zinc 'com.typesafe.zinc:zinc:0.3.1' + zinc 'com.typesafe.zinc:zinc:0.3.7' } configurations {