[Gradle, K/N] Remove "kotlinx.html" maven repository from tests

This commit is contained in:
Alexander.Likhachev
2020-09-25 15:41:20 +07:00
parent 03ee0f60ea
commit 79ba6df7b8
8 changed files with 0 additions and 8 deletions
@@ -14,7 +14,6 @@ apply plugin: 'kotlin-multiplatform'
repositories {
mavenLocal()
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
maven { url 'repo' }
}
@@ -3,7 +3,6 @@ apply plugin: 'kotlin-multiplatform'
repositories {
mavenLocal()
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
}
kotlin {
@@ -7,7 +7,6 @@ version = '1.0'
repositories {
mavenLocal()
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
}
kotlin {
@@ -16,7 +16,6 @@ apply plugin: 'kotlin-multiplatform'
repositories {
mavenLocal()
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
}
kotlin {
@@ -16,7 +16,6 @@ apply plugin: 'kotlin-multiplatform'
repositories {
mavenLocal()
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
}
kotlin {
@@ -16,7 +16,6 @@ apply plugin: 'kotlin-multiplatform'
repositories {
mavenLocal()
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
}
kotlin {
@@ -16,7 +16,6 @@ apply plugin: 'kotlin-multiplatform'
repositories {
mavenLocal()
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
}
kotlin {
@@ -16,7 +16,6 @@ apply plugin: 'kotlin-multiplatform'
repositories {
mavenLocal()
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
}
kotlin {