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 2021/03/18 11:47:12 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9989/GROOVY-9958: place JCenter Bintray after maven central in default Ivy resolvers

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new f467aad  GROOVY-9989/GROOVY-9958: place JCenter Bintray after maven central in default Ivy resolvers
f467aad is described below

commit f467aadf86ddf54a6ffdc4c28b2429541b9b111c
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Mar 18 21:46:48 2021 +1000

    GROOVY-9989/GROOVY-9958: place JCenter Bintray after maven central in default Ivy resolvers
---
 src/resources/groovy/grape/defaultGrapeConfig.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/resources/groovy/grape/defaultGrapeConfig.xml b/src/resources/groovy/grape/defaultGrapeConfig.xml
index 14a180f..48eba1f 100644
--- a/src/resources/groovy/grape/defaultGrapeConfig.xml
+++ b/src/resources/groovy/grape/defaultGrapeConfig.xml
@@ -28,8 +28,8 @@
       </filesystem>
       <ibiblio name="localm2" root="${user.home.url}/.m2/repository/" checkmodified="true" changingPattern=".*" changingMatcher="regexp" m2compatible="true"/>
       <!-- TODO: add 'endorsed groovy extensions' resolver here -->
-      <ibiblio name="jcenter" root="https://jcenter.bintray.com/" m2compatible="true"/>
       <ibiblio name="ibiblio" m2compatible="true"/>
+      <ibiblio name="jcenter" root="https://jcenter.bintray.com/" m2compatible="true"/>
     </chain>
   </resolvers>
 </ivysettings>