build: Store kotlin-compiler repo URL in a project property
This commit is contained in:
Vendored
+1
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user