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 <[email protected]> Authored: Mon Jul 20 21:55:46 2015 +0200 Committer: Paul Merlin <[email protected]> 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 }
