xref: /aosp_15_r20/external/google-java-format/util/settings.xml (revision 10816b529e1d7005ca788e7b4c5efd1c72957e26)
1*10816b52SSorin Basca<!--
2*10816b52SSorin Basca  Copyright 2020 Google Inc.
3*10816b52SSorin Basca
4*10816b52SSorin Basca  Licensed under the Apache License, Version 2.0 (the "License");
5*10816b52SSorin Basca  you may not use this file except in compliance with the License.
6*10816b52SSorin Basca  You may obtain a copy of the License at
7*10816b52SSorin Basca
8*10816b52SSorin Basca      http://www.apache.org/licenses/LICENSE-2.0
9*10816b52SSorin Basca
10*10816b52SSorin Basca  Unless required by applicable law or agreed to in writing, software
11*10816b52SSorin Basca  distributed under the License is distributed on an "AS IS" BASIS,
12*10816b52SSorin Basca  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*10816b52SSorin Basca  See the License for the specific language governing permissions and
14*10816b52SSorin Basca  limitations under the License.
15*10816b52SSorin Basca-->
16*10816b52SSorin Basca
17*10816b52SSorin Basca<settings>
18*10816b52SSorin Basca  <servers>
19*10816b52SSorin Basca    <server>
20*10816b52SSorin Basca      <id>sonatype-nexus-snapshots</id>
21*10816b52SSorin Basca      <username>${env.CI_DEPLOY_USERNAME}</username>
22*10816b52SSorin Basca      <password>${env.CI_DEPLOY_PASSWORD}</password>
23*10816b52SSorin Basca    </server>
24*10816b52SSorin Basca  </servers>
25*10816b52SSorin Basca</settings>
26