You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2022/10/14 03:26:31 UTC

[GitHub] [gobblin] homatthew commented on a diff in pull request #3581: Avro 1.9 upgrade of Gobblin OSS

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: dev-unsubscribe@gobblin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org