File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 237
237
See https://storage-download.googleapis.com/maven-central/index.html
238
238
-->
239
239
<name >GCS Maven Central mirror</name >
240
- <url >https://maven-central.storage-download.googleapis.com/repos/central/data /</url >
240
+ <url >https://maven-central.storage-download.googleapis.com/maven2 /</url >
241
241
<releases >
242
242
<enabled >true</enabled >
243
243
</releases >
268
268
See https://storage-download.googleapis.com/maven-central/index.html
269
269
-->
270
270
<name >GCS Maven Central mirror</name >
271
- <url >https://maven-central.storage-download.googleapis.com/repos/central/data /</url >
271
+ <url >https://maven-central.storage-download.googleapis.com/maven2 /</url >
272
272
<releases >
273
273
<enabled >true</enabled >
274
274
</releases >
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ object SparkBuild extends PomBuild {
224
224
resolvers := Seq (
225
225
// Google Mirror of Maven Central, placed first so that it's used instead of flaky Maven Central.
226
226
// See https://storage-download.googleapis.com/maven-central/index.html for more info.
227
- " gcs-maven-central-mirror" at " https://maven-central.storage-download.googleapis.com/repos/central/data /" ,
227
+ " gcs-maven-central-mirror" at " https://maven-central.storage-download.googleapis.com/maven2 /" ,
228
228
DefaultMavenRepository ,
229
229
Resolver .mavenLocal,
230
230
Resolver .file(" local" , file(Path .userHome.absolutePath + " /.ivy2/local" ))(Resolver .ivyStylePatterns)
You can’t perform that action at this time.
0 commit comments