Fixed Maven Artifacts Deployment.
Reverted the server configuration changes and added a new server to work with GitHub.
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
<servers>
|
||||
<server>
|
||||
<id>jetbrains-kotlin</id>
|
||||
<username>tc-kotlin</username>
|
||||
<password>${tc-kotlin.password}</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>jetbrains-kotlin-github</id>
|
||||
<password>${KOTLIN_GITHUB_OAUTH_TOKEN}</password>
|
||||
</server>
|
||||
</servers>
|
||||
|
||||
Reference in New Issue
Block a user