sjvanrossum commented on code in PR #27232:
URL: https://github.com/apache/beam/pull/27232#discussion_r1246791317


##########
buildSrc/build.gradle.kts:
##########
@@ -30,6 +30,11 @@ repositories {
     url = uri("https://repo.spring.io/plugins-release/";)
     content { includeGroup("io.spring.gradle") }
   }
+  // For obsolete Avro plugin
+  maven {
+    url = uri("https://jitpack.io";)

Review Comment:
   That's what I'm wondering as well. Downloads for this dependency from 
Gradle's Plugin Portal repository forward to JCenter/Bintray, which is not 
active but still continues to serve artifacts. The service has gone down a few 
times since it was sunset in 2021, but if you have plans to rip out this plugin 
altogether in the near future, then it's not necessary to change this over to 
JitPack.



-- 
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