Changed GitHub's authorization method.

This commit is contained in:
Zalim Bashorov
2013-06-13 11:38:36 +04:00
parent 88c5aaeaa1
commit bca243727c
+2 -1
View File
@@ -20,7 +20,8 @@
</server>
<server>
<id>jetbrains-kotlin-github</id>
<password>${KOTLIN_GITHUB_OAUTH_TOKEN}</password>
<username>${GITHUB_LOGIN}</username>
<password>${GITHUB_PASSWORD}</password>
</server>
</servers>
</settings>