We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b2eab commit 8fc92f5Copy full SHA for 8fc92f5
1 file changed
settings.xml
@@ -0,0 +1,16 @@
1
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
4
+ https://maven.apache.org/xsd/settings-1.0.0.xsd">
5
+ <mirrors>
6
+ <mirror>
7
+ <!-- Google's Maven Central mirror for Americas
8
+ https://maven-central.storage.googleapis.com/index.html
9
+ -->
10
+ <id>google-maven-central</id>
11
+ <name>GCS Maven Central mirror</name>
12
+ <url>https://maven-central.storage-download.googleapis.com/maven2/</url>
13
+ <mirrorOf>central</mirrorOf>
14
+ </mirror>
15
+ </mirrors>
16
+</settings>
0 commit comments