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 2017/01/26 05:31:17 UTC

[43/50] groovy git commit: bump artifactory plugin version to same as master

bump artifactory plugin version to same as master


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 57f3fa8d064be73efddc26cd2d22cdba0f3a14a1
Parents: 60810c6
Author: paulk <pa...@asert.com.au>
Authored: Sun Jan 8 12:33:55 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Sun Jan 8 12:33:55 2017 +1000

----------------------------------------------------------------------
 build.gradle          | 2 +-
 gradle/bintray.gradle | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/57f3fa8d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index ba2a9d1..20f6dee 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ buildscript {
 
     dependencies {
         classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.2'
-        classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:2.2.5'
+        classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.0.3'
         classpath 'me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1'
         //classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.1'
         //classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'

http://git-wip-us.apache.org/repos/asf/groovy/blob/57f3fa8d/gradle/bintray.gradle
----------------------------------------------------------------------
diff --git a/gradle/bintray.gradle b/gradle/bintray.gradle
index 338cbc8..8c98f40 100644
--- a/gradle/bintray.gradle
+++ b/gradle/bintray.gradle
@@ -33,7 +33,7 @@ if (!bintrayUser) {
 }
 
 allprojects {
-    apply plugin: 'artifactory'
+    apply plugin: 'com.jfrog.artifactory-upload'
 
     artifactory {
         contextUrl = project.hasProperty('bintrayContext') ? project.bintrayContext : 'https://oss.jfrog.org'
@@ -43,8 +43,8 @@ allprojects {
             }
         }
         publish {
+            excludePatterns = 'org/codehaus/groovy/groovy/*/groovy-all-*,org/codehaus/groovy/groovy/*/groovy-backports-*,org/codehaus/groovy/groovy/*/groovy-binary-*'
             repository {
-                excludePatterns = 'org/codehaus/groovy/groovy/*/groovy-all*,org/codehaus/groovy/groovy/*/groovy-backports*,org/codehaus/groovy/groovy/*/groovy-binary*'
                 repoKey = project.hasProperty('bintrayRepoKey') ? project.bintrayRepoKey : 'oss-snapshot-local' //The Artifactory repository key to publish to
                 //when using oss.jfrog.org the credentials are from Bintray. For local build we expect them to be found in
                 //~/.gradle/gradle.properties, otherwise to be set in the build server