prudhvigodithi commented on issue #15541: URL: https://github.com/apache/lucene/issues/15541#issuecomment-3711383211
> I believe an alternative would be to force this particular build to run against google's mirror, which hopefully has higher usage limits (or no limits at all). We can also update the following files to put Google mirror first with Maven Central as fallback. This way, the requests go to Google's mirror 1st (this is the same case as shown in my initial example https://github.com/apache/spark-kubernetes-operator/blob/main/build.gradle#L64-L72). ``` - settings.gradle - build-tools/build-infra/build.gradle - build-tools/build-infra-shadow/build.gradle - LuceneRootConfigurationPlugin.java (covers all Lucene subprojects like lucene:spatial-extras) ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
