Configuration: Update repository URLs to use HTTPS instead of HTTP

#KT-27095 Fixed
This commit is contained in:
Alexey Sedunov
2018-09-25 15:26:30 +03:00
parent 03b289b899
commit a24e58f5a0
6 changed files with 12 additions and 12 deletions
@@ -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()
}