Register a new deploy server in maven instead of forgotten one
KTI-1377
This commit is contained in:
committed by
Space Team
parent
fabd5f6231
commit
f56167726d
@@ -5,9 +5,9 @@
|
||||
|
||||
<servers>
|
||||
<server>
|
||||
<id>jetbrains-kotlin</id>
|
||||
<username>tc-kotlin</username>
|
||||
<password>${tc-kotlin.password}</password>
|
||||
<id>deploy-server</id>
|
||||
<username>${kotlin.build.deploy-username}</username>
|
||||
<password>${kotlin.build.deploy-password}</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>jetbrains-kotlin-github</id>
|
||||
|
||||
Reference in New Issue
Block a user