From commits-return-1980-apmail-kafka-commits-archive=kafka.apache.org@kafka.apache.org Fri Oct 17 19:30:51 2014 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 9C48A179A5 for ; Fri, 17 Oct 2014 19:30:51 +0000 (UTC) Received: (qmail 57749 invoked by uid 500); 17 Oct 2014 19:30:51 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 57726 invoked by uid 500); 17 Oct 2014 19:30:51 -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 57717 invoked by uid 99); 17 Oct 2014 19:30:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2014 19:30:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1269299A934; Fri, 17 Oct 2014 19:30:51 +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: <54698d7a66724bd3a2412c87bc534803@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: kafka-1671; uploaded archives are missing for Scala version 2.11; patched by Ivan Lyutov; reviewed by Jun Rao Date: Fri, 17 Oct 2014 19:30:51 +0000 (UTC) Repository: kafka Updated Branches: refs/heads/trunk 37356bfee -> 5f1ad107b kafka-1671; uploaded archives are missing for Scala version 2.11; patched by Ivan Lyutov; 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/5f1ad107 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/5f1ad107 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/5f1ad107 Branch: refs/heads/trunk Commit: 5f1ad107b71318144af07a0fd9098b560c4efa82 Parents: 37356bf Author: Ivan Lyutov Authored: Fri Oct 17 12:30:41 2014 -0700 Committer: Jun Rao Committed: Fri Oct 17 12:30:41 2014 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/5f1ad107/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 2e488a1..ee87e0f 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ ext { } def isVerificationRequired(project) { - project.gradle.startParameter.taskNames.contains("uploadArchives") + project.gradle.startParameter.taskNames.any { it.contains("upload") } } apply from: file('wrapper.gradle')