Skip to content

Commit 9906b7c

Browse files
committed
stop using Google mirror for tests
1 parent a4a7521 commit 9906b7c

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

settings.xml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,7 @@
1818
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1919
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
2020
https://maven.apache.org/xsd/settings-1.0.0.xsd">
21-
<mirrors>
22-
<mirror>
23-
<!-- Google's Maven Central mirror for Americas
24-
https://maven-central.storage.googleapis.com/index.html
25-
-->
26-
<id>google-maven-central</id>
27-
<name>GCS Maven Central mirror</name>
28-
<url>https://maven-central.storage-download.googleapis.com/maven2/</url>
29-
<mirrorOf>central</mirrorOf>
30-
</mirror>
31-
</mirrors>
21+
<!-- This file contains settings used by .kokoro/build.sh. These are global
22+
configs used by almost every build script.
23+
-->
3224
</settings>

0 commit comments

Comments
 (0)