Commit 64c4ab6
committed
[SPARK-52478] Use GCS
### What changes were proposed in this pull request?
This PR aims to use GCS `Maven Central` mirror as the primary repository.
### Why are the changes needed?
Since Apache Spark 3.0.0, Apache Spark community has been taking advantage of GCS `Maven Central` to stabilize and speed up CIs. We need to follow this practice in Apache Spark K8s Operator repository.
- apache/spark#26793
In addition, this PR cleaned up the following which is a leftover of Apache Spark 4.0.0-SNAPSHOT usage before the official 4.0.0 release.
https://github.com/apache/spark-kubernetes-operator/blob/9705573c9beebc0607104ae288c3e443d7494fd4/build.gradle#L58-L60
### Does this PR introduce _any_ user-facing change?
No behavior change. This is a build-only dev-side change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#246 from dongjoon-hyun/SPARK-52478.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>Maven Central mirror as the primary repository1 parent 9705573 commit 64c4ab6
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments