You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by em...@apache.org on 2021/12/26 20:53:49 UTC

[groovy] branch GROOVY_2_5_X updated: bintray decommission

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

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


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new 214ef11  bintray decommission
214ef11 is described below

commit 214ef11c8f9d5e5cafc83ccee496c30befacd62b
Author: Eric Milles <er...@thomsonreuters.com>
AuthorDate: Sun Dec 26 14:53:40 2021 -0600

    bintray decommission
---
 build.gradle | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 6b1f5bb..de915c9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,12 +25,14 @@ buildscript {
             maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
         }
         jcenter()
-        maven{
-            name 'Bintray Javadoc Hotfix repo'
-            url 'https://dl.bintray.com/melix/gradle-javadoc-hotfix-plugin'
+        maven {
+            url 'https://oss.sonatype.org/content/repositories/snapshots'
+        }
+        maven {
+            url 'https://plugins.gradle.org/m2/'
         }
         maven {
-            url "https://plugins.gradle.org/m2/"
+            url 'https://jitpack.io'
         }
     }