Use HTTPS when downloading dependencies (#2118)
This commit is contained in:
committed by
Nikolay Igotti
parent
6bc47171ca
commit
23b58c38ac
@@ -1,12 +1,12 @@
|
||||
allprojects {
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
|
||||
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
|
||||
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user