File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 246
246
</properties >
247
247
<repositories >
248
248
<repository >
249
- <id >central</id >
250
- <!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
251
- <name >Maven Repository </name >
252
- <url >https://repo. maven.apache.org/maven2 </url >
249
+ <id >google-maven- central</id >
250
+ <!-- This should be at top, it makes maven try this central repo first and then others and hence faster dep resolution -->
251
+ <name >GCS Maven Central mirror </name >
252
+ <url >https://maven-central.storage-download.googleapis.com/repos/central/data </url >
253
253
<releases >
254
254
<enabled >true</enabled >
255
255
</releases >
258
258
</snapshots >
259
259
</repository >
260
260
<repository >
261
- <id >google-maven-central</id >
262
261
<!--
263
- This is used as a fallback when `central` fails.
262
+ This is used as a fallback when the first try fails.
264
263
-->
265
- <name >GCS Maven Central mirror</name >
266
- <url >https://maven-central.storage-download.googleapis.com/repos/central/data</url >
264
+ <id >central</id >
265
+ <name >Maven Repository</name >
266
+ <url >https://repo.maven.apache.org/maven2</url >
267
267
<releases >
268
268
<enabled >true</enabled >
269
269
</releases >
274
274
</repositories >
275
275
<pluginRepositories >
276
276
<pluginRepository >
277
- <id >central</id >
278
- <url >https://repo.maven.apache.org/maven2</url >
277
+ <id >google-maven-central</id >
278
+ <name >GCS Maven Central mirror</name >
279
+ <url >https://maven-central.storage-download.googleapis.com/repos/central/data</url >
279
280
<releases >
280
281
<enabled >true</enabled >
281
282
</releases >
284
285
</snapshots >
285
286
</pluginRepository >
286
287
<pluginRepository >
287
- <id >google-maven-central</id >
288
- <name >GCS Maven Central mirror</name >
289
- <url >https://maven-central.storage-download.googleapis.com/repos/central/data</url >
288
+ <id >central</id >
289
+ <url >https://repo.maven.apache.org/maven2</url >
290
290
<releases >
291
291
<enabled >true</enabled >
292
292
</releases >
You can’t perform that action at this time.
0 commit comments