homatthew commented on code in PR #3581:
URL: https://github.com/apache/gobblin/pull/3581#discussion_r995302032


##########
gradle/scripts/repositories.gradle:
##########
@@ -29,7 +29,11 @@ repositories {
   maven {
     url "https://linkedin.jfrog.io/artifactory/open-source/";
   }
-  mavenCentral()
+  maven {
+    url "https://linkedin.jfrog.io/artifactory/gobblin-hive/";
+  }
+  jcenter()

Review Comment:
   Can we replace jcenter with maven central? We are trying to limit 
dependencies on jcenter because of its flakiness after becoming EoL.  This 
makes our CI flakey
   
   See https://github.com/apache/gobblin/pull/3554 for similar type changes. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to