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 bde214d commit 71bb096Copy full SHA for 71bb096
settings.xml
@@ -2,11 +2,6 @@
2
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
4
<servers>
5
- <server>
6
- <id>bintray-snapshot</id>
7
- <username>${env.CI_DEPLOY_USERNAME}</username>
8
- <password>${env.CI_DEPLOY_PASSWORD}</password>
9
- </server>
10
<server>
11
<id>ossrh</id>
12
<username>${env.CI_DEPLOY_USERNAME}</username>
0 commit comments