You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2015/07/28 14:55:06 UTC

[09/50] zest-java git commit: Build: do not sign src & bin snapshot distributions

Build: do not sign src & bin snapshot distributions


Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/5612308f
Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/5612308f
Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/5612308f

Branch: refs/heads/master
Commit: 5612308f67d932db5a64d778eec12df0dfc3ba0e
Parents: 9f02f2c
Author: Paul Merlin <pa...@apache.org>
Authored: Mon Jul 20 21:12:30 2015 +0200
Committer: Paul Merlin <pa...@apache.org>
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-java/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
 }