mirror of
https://github.com/square/okhttp.git
synced 2026-01-14 07:22:20 +03:00
10 lines
221 B
XML
10 lines
221 B
XML
<settings>
|
|
<servers>
|
|
<server>
|
|
<id>sonatype-nexus-snapshots</id>
|
|
<username>${env.CI_DEPLOY_USERNAME}</username>
|
|
<password>${env.CI_DEPLOY_PASSWORD}</password>
|
|
</server>
|
|
</servers>
|
|
</settings>
|