Configuration: Update repository URLs to use HTTPS instead of HTTP
#KT-27095 Fixed
This commit is contained in:
@@ -7,7 +7,7 @@ version = '1.0'
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url 'http://dl.bintray.com/kotlin/kotlin-eap'
|
||||
url 'https://dl.bintray.com/kotlin/kotlin-eap'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ buildscript {
|
||||
ext.kotlin_version = '$VERSION$'
|
||||
repositories {
|
||||
maven {
|
||||
url 'http://dl.bintray.com/kotlin/kotlin-eap'
|
||||
url 'https://dl.bintray.com/kotlin/kotlin-eap'
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user