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:08 UTC

[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 <pa...@apache.org>
Authored: Mon Jul 20 21:55:46 2015 +0200
Committer: Paul Merlin <pa...@apache.org>
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
 }