Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44D68177ED for ; Tue, 28 Jul 2015 12:54:59 +0000 (UTC) Received: (qmail 33489 invoked by uid 500); 28 Jul 2015 12:54:59 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 33431 invoked by uid 500); 28 Jul 2015 12:54:59 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 33128 invoked by uid 99); 28 Jul 2015 12:54:58 -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 Jul 2015 12:54:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 749B1E360E; Tue, 28 Jul 2015 12:54:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulmerlin@apache.org To: commits@zest.apache.org Date: Tue, 28 Jul 2015 12:55:08 -0000 Message-Id: <606a3ec628ff47559bc7f51372d8d235@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/50] zest-java git commit: Build: fix typo Build: fix typo Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/2e2bdbe7 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/2e2bdbe7 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/2e2bdbe7 Branch: refs/heads/master Commit: 2e2bdbe7f5e4098d24e6a7cd5d7202d241173bd3 Parents: 049fb59 Author: Paul Merlin Authored: Mon Jul 20 21:55:46 2015 +0200 Committer: Paul Merlin Committed: Mon Jul 20 21:55:46 2015 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/2e2bdbe7/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index ba4a4f1..9dd16a3 100644 --- a/build.gradle +++ b/build.gradle @@ -831,7 +831,7 @@ artifacts { } signing { - required { rootProject.version != '0' && !rootProject.contains( 'SNAPSHOT' ) } + required { rootProject.version != '0' && !rootProject.version.contains( 'SNAPSHOT' ) } sign configurations.archives }