You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/02/28 07:47:12 UTC

groovy git commit: some commented out config that can be useful when release process fails

Repository: groovy
Updated Branches:
  refs/heads/master f557bf683 -> b44911628


some commented out config that can be useful when release process fails


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

Branch: refs/heads/master
Commit: b449116289f1adb663ba66400ebc6a853da60d45
Parents: f557bf6
Author: paulk <pa...@asert.com.au>
Authored: Wed Feb 28 17:47:03 2018 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Wed Feb 28 17:47:03 2018 +1000

----------------------------------------------------------------------
 gradle/publish.gradle | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/b4491162/gradle/publish.gradle
----------------------------------------------------------------------
diff --git a/gradle/publish.gradle b/gradle/publish.gradle
index 3f9c4c5..cb0f309 100644
--- a/gradle/publish.gradle
+++ b/gradle/publish.gradle
@@ -46,7 +46,32 @@ allprojects {
                 }
             }
             publish {
-                excludePatterns = "org/codehaus/groovy/groovy/*/groovy-all-*,org/codehaus/groovy/groovy/*/groovy-backports-*,org/codehaus/groovy/groovy/*/groovy-binary-*"
+                excludePatterns = [
+//                        'org/codehaus/groovy/groovy/**',
+//                        'org/codehaus/groovy/groovy-ant/**',
+//                        'org/codehaus/groovy/groovy-backports-compat23/**',
+//                        'org/codehaus/groovy/groovy-binary/**',
+//                        'org/codehaus/groovy/groovy-bsf/**',
+//                        'org/codehaus/groovy/groovy-console/**',
+//                        'org/codehaus/groovy/groovy-docgenerator/**',
+//                        'org/codehaus/groovy/groovy-groovydoc/**',
+//                        'org/codehaus/groovy/groovy-groovysh/**',
+//                        'org/codehaus/groovy/groovy-jmx/**',
+//                        'org/codehaus/groovy/groovy-json/**',
+//                        'org/codehaus/groovy/groovy-jsr223/**',
+//                        'org/codehaus/groovy/groovy-macro/**',
+//                        'org/codehaus/groovy/groovy-nio/**',
+//                        'org/codehaus/groovy/groovy-servlet/**',
+//                        'org/codehaus/groovy/groovy-sql/**',
+//                        'org/codehaus/groovy/groovy-swing/**',
+//                        'org/codehaus/groovy/groovy-templates/**',
+//                        'org/codehaus/groovy/groovy-test/**',
+//                        'org/codehaus/groovy/groovy-testng/**',
+//                        'org/codehaus/groovy/groovy-xml/**',
+                        'org/codehaus/groovy/groovy/*/groovy-all-*',
+                        'org/codehaus/groovy/groovy/*/groovy-backports-*',
+                        'org/codehaus/groovy/groovy/*/groovy-binary-*'
+                ].join(',')
                 repository {
                     repoKey = project.hasProperty('artifactoryRepoKey') ? project.artifactoryRepoKey : 'oss-snapshot-local'
                     //The Artifactory repository key to publish to