Replace http with https in tests

This commit is contained in:
Ilya Matveev
2019-02-19 12:54:05 +03:00
parent 46d32c6064
commit 8c13aade45
5 changed files with 6 additions and 6 deletions
@@ -858,8 +858,8 @@ class ExperimentalPluginTests {
}
repositories {
maven { url "http://kotlin.bintray.com/kotlin-eap" }
maven { url "http://kotlin.bintray.com/kotlin-dev" }
maven { url "https://kotlin.bintray.com/kotlin-eap" }
maven { url "https://kotlin.bintray.com/kotlin-dev" }
maven { url "${MultiplatformSpecification.KOTLIN_REPO}" }
}