You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by wl...@apache.org on 2022/09/20 17:46:40 UTC

[gobblin] branch master updated: [GOBBLIN-1711] Replace Jcenter with maven central (#3566)

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

wlo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new f340a64e7 [GOBBLIN-1711] Replace Jcenter with maven central (#3566)
f340a64e7 is described below

commit f340a64e70f4c3d98c306c310a1a9efed79ee703
Author: Matthew Ho <ho...@gmail.com>
AuthorDate: Tue Sep 20 10:46:32 2022 -0700

    [GOBBLIN-1711] Replace Jcenter with maven central (#3566)
---
 gradle/scripts/buildscript.gradle | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gradle/scripts/buildscript.gradle b/gradle/scripts/buildscript.gradle
index 0d2dfd2d1..b7eb7576b 100644
--- a/gradle/scripts/buildscript.gradle
+++ b/gradle/scripts/buildscript.gradle
@@ -19,10 +19,8 @@
 
 repositories {
     repositories {
-        maven {
-            // For gradle-nexus-plugin
-            url 'https://jcenter.bintray.com/'
-        }
+        // For gradle-nexus-plugin
+        mavenCentral()
     }
 }