xref: /aosp_15_r20/external/kotlinx.atomicfu/atomicfu-maven-plugin/settings.xml (revision 68017707106cb9da9fed635c150bc497c09c160f)
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    <servers>
6        <server>
7            <id>kotlin-dev</id>
8            <username>${env.BINTRAY_USER}</username>
9            <password>${env.BINTRAY_API_KEY}</password>
10        </server>
11    </servers>
12</settings>
13