Configuration: Update repository URLs to use HTTPS instead of HTTP
#KT-27095 Fixed
This commit is contained in:
+2
-2
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user