Build: Download ktor from maven central (KTI-445)

#KTI-445 Fixed
This commit is contained in:
Nikolay Krasko
2020-12-31 18:34:26 +03:00
committed by TeamCityServer
parent 0a1e4fd7d7
commit a0d42b5da6
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -426,7 +426,6 @@ allprojects {
jcenter()
maven(protobufRepo)
maven(intellijRepo)
maven("https://dl.bintray.com/kotlin/ktor")
maven("https://kotlin.bintray.com/kotlin-dependencies")
maven("https://jetbrains.bintray.com/intellij-third-party-dependencies")
maven("https://dl.google.com/dl/android/maven2")
@@ -59,6 +59,7 @@ class CodeConformanceTest : TestCase() {
"libraries/tools/kotlin-test-nodejs-runner/.gradle",
"libraries/tools/kotlin-test-nodejs-runner/node_modules",
"libraries/tools/kotlinp/src",
"libraries/tools/new-project-wizard/new-project-wizard-cli/build",
"out"
)
)
@@ -308,6 +309,11 @@ class CodeConformanceTest : TestCase() {
RepoAllowList(
"https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev", root, setOf()
),
RepoAllowList(
"kotlin/ktor", root, setOf(
"gradle/cacheRedirector.gradle.kts"
)
),
RepoAllowList(
// Please use cache-redirector for importing in tests
"https://dl.bintray.com/kotlin/kotlin-dev", root, setOf(