build: Store kotlin-compiler repo URL in a project property

This commit is contained in:
Ilya Matveev
2017-05-02 17:00:00 +07:00
committed by ilmat192
parent 3f0a273a11
commit fe5badee34
5 changed files with 23 additions and 30 deletions
+1 -3
View File
@@ -35,9 +35,7 @@ configurations {
// TODO: Check if we really need the our bintray mirror and delete the uploading code below if we don't.
repositories {
//maven { url 'http://dl.bintray.com/jetbrains/kotlin-native-dependencies' }
//maven { url 'http://oss.sonatype.org/content/repositories/snapshots' }
maven { url 'http://dl.bintray.com/kotlin/kotlin-dev' }
maven { url kotlinCompilerRepo }
}
dependencies {