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
@@ -51,7 +51,7 @@ const val LAST_SNAPSHOT_VERSION = "1.3-SNAPSHOT"
val SNAPSHOT_REPOSITORY = RepositoryDescription(
"sonatype.oss.snapshots",
"Sonatype OSS Snapshot Repository",
"http://oss.sonatype.org/content/repositories/snapshots",
"https://oss.sonatype.org/content/repositories/snapshots",
null,
isSnapshot = true
)
@@ -59,7 +59,7 @@ val SNAPSHOT_REPOSITORY = RepositoryDescription(
val EAP_REPOSITORY = RepositoryDescription(
"bintray.kotlin.eap",
"Bintray Kotlin EAP Repository",
"http://dl.bintray.com/kotlin/kotlin-eap",
"https://dl.bintray.com/kotlin/kotlin-eap",
"https://bintray.com/kotlin/kotlin-eap/kotlin/",
isSnapshot = false
)