xref: /aosp_15_r20/external/sdk-platform-java/settings.xml (revision 882aa7c72c3cd3b66e72a261bdd69b93f7de7670)
1*882aa7c7SMatt Gilbride<!--
2*882aa7c7SMatt Gilbride  ~ Copyright 2022 Google LLC.
3*882aa7c7SMatt Gilbride  ~
4*882aa7c7SMatt Gilbride  ~ Licensed under the Apache License, Version 2.0 (the "License");
5*882aa7c7SMatt Gilbride  ~ you may not use this file except in compliance with the License.
6*882aa7c7SMatt Gilbride  ~ You may obtain a copy of the License at
7*882aa7c7SMatt Gilbride  ~
8*882aa7c7SMatt Gilbride  ~     http://www.apache.org/licenses/LICENSE-2.0
9*882aa7c7SMatt Gilbride  ~
10*882aa7c7SMatt Gilbride  ~ Unless required by applicable law or agreed to in writing, software
11*882aa7c7SMatt Gilbride  ~ distributed under the License is distributed on an "AS IS" BASIS,
12*882aa7c7SMatt Gilbride  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*882aa7c7SMatt Gilbride  ~ See the License for the specific language governing permissions and
14*882aa7c7SMatt Gilbride  ~ limitations under the License.
15*882aa7c7SMatt Gilbride  -->
16*882aa7c7SMatt Gilbride
17*882aa7c7SMatt Gilbride<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
18*882aa7c7SMatt Gilbride  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19*882aa7c7SMatt Gilbride  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
20*882aa7c7SMatt Gilbride                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
21*882aa7c7SMatt Gilbride  <mirrors>
22*882aa7c7SMatt Gilbride    <mirror>
23*882aa7c7SMatt Gilbride      <!-- Google's Maven Central mirror for Americas
24*882aa7c7SMatt Gilbride       https://maven-central.storage.googleapis.com/index.html
25*882aa7c7SMatt Gilbride      -->
26*882aa7c7SMatt Gilbride      <id>google-maven-central</id>
27*882aa7c7SMatt Gilbride      <name>GCS Maven Central mirror</name>
28*882aa7c7SMatt Gilbride      <url>https://maven-central.storage-download.googleapis.com/maven2/</url>
29*882aa7c7SMatt Gilbride      <mirrorOf>central</mirrorOf>
30*882aa7c7SMatt Gilbride    </mirror>
31*882aa7c7SMatt Gilbride  </mirrors>
32*882aa7c7SMatt Gilbride</settings>