yaooqinn opened a new pull request, #11545: URL: https://github.com/apache/incubator-gluten/pull/11545
## What changes were proposed in this pull request? Add Google Cloud Storage Maven Central mirror as the primary repository for faster dependency downloads during builds. ### Changes: - Add `gcs-maven-central-mirror` repository pointing to `https://maven-central.storage-download.googleapis.com/maven2/` - Keep standard Maven Central as fallback - Apply to both `<repositories>` and `<pluginRepositories>` ## Why are the changes needed? The GCS Maven Central mirror is geographically distributed and typically provides faster download speeds than the default Maven Central. This is the same pattern used by Apache Spark. ## Does this PR introduce any user-facing change? No. This only affects build-time dependency resolution. ## How was this patch tested? - `./build/mvn validate` passes -- 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]
