push signing of artifacts into the main build instead of the groovy-release 
repo (more tweaks - fix zip sigs)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/36a55d11
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/36a55d11
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/36a55d11

Branch: refs/heads/master
Commit: 36a55d11b78234eb4e73d66678087701793c4f90
Parents: cf07fc0
Author: paulk <[email protected]>
Authored: Sat Jan 7 13:59:15 2017 +1000
Committer: paulk <[email protected]>
Committed: Sat Jan 7 14:07:54 2017 +1000

----------------------------------------------------------------------
 gradle/bintray.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/36a55d11/gradle/bintray.gradle
----------------------------------------------------------------------
diff --git a/gradle/bintray.gradle b/gradle/bintray.gradle
index ee3a50b..20d4b5d 100644
--- a/gradle/bintray.gradle
+++ b/gradle/bintray.gradle
@@ -73,8 +73,8 @@ artifactoryPublish {
             // as the artifactId, so we add the transformed one ourselves
             // this also covers signatures which we already added during 
install
             deployDetails.add(makeTransformedDetails(it))
-            if (it.type == 'jar' && it.extension == 'jar' && !it.classifier) {
-                // and the pom and its signature
+            if (!it.classifier && (it.type == 'jar' || it.type == 'zip')) {
+                // add the pom and its signature
                 deployDetails.add(makeTransformedPomDetails(it))
                 deployDetails.add(makeTransformedPomSigDetails(it))
             }

Reply via email to