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 ED2BF18E80 for ; Mon, 20 Jul 2015 19:55:00 +0000 (UTC) Received: (qmail 99110 invoked by uid 500); 20 Jul 2015 19:54:45 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 99084 invoked by uid 500); 20 Jul 2015 19:54:45 -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 99054 invoked by uid 99); 20 Jul 2015 19:54:45 -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; Mon, 20 Jul 2015 19:54:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DEAC5E051A; Mon, 20 Jul 2015 19:54:44 +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: Mon, 20 Jul 2015 19:54:44 -0000 Message-Id: <23d6bd5315ce412697a03d0b27ae48fe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] zest-qi4j git commit: Build: do not sign src & bin snapshot distributions Repository: zest-qi4j Updated Branches: refs/heads/develop 9f02f2ca0 -> 049fb5948 Build: do not sign src & bin snapshot distributions Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/5612308f Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/5612308f Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/5612308f Branch: refs/heads/develop Commit: 5612308f67d932db5a64d778eec12df0dfc3ba0e Parents: 9f02f2c Author: Paul Merlin Authored: Mon Jul 20 21:12:30 2015 +0200 Committer: Paul Merlin Committed: Mon Jul 20 21:12:30 2015 +0200 ---------------------------------------------------------------------- build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/5612308f/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index d4a90aa..ba4a4f1 100644 --- a/build.gradle +++ b/build.gradle @@ -831,6 +831,7 @@ artifacts { } signing { + required { rootProject.version != '0' && !rootProject.contains( 'SNAPSHOT' ) } sign configurations.archives }