[Gradle, K/N] Remove "kotlinx.html" maven repository from tests
This commit is contained in:
-1
@@ -14,7 +14,6 @@ apply plugin: 'kotlin-multiplatform'
|
|||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
|
|
||||||
maven { url 'repo' }
|
maven { url 'repo' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
-1
@@ -3,7 +3,6 @@ apply plugin: 'kotlin-multiplatform'
|
|||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|||||||
-1
@@ -7,7 +7,6 @@ version = '1.0'
|
|||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|||||||
-1
@@ -16,7 +16,6 @@ apply plugin: 'kotlin-multiplatform'
|
|||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|||||||
-1
@@ -16,7 +16,6 @@ apply plugin: 'kotlin-multiplatform'
|
|||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|||||||
-1
@@ -16,7 +16,6 @@ apply plugin: 'kotlin-multiplatform'
|
|||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|||||||
-1
@@ -16,7 +16,6 @@ apply plugin: 'kotlin-multiplatform'
|
|||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|||||||
-1
@@ -16,7 +16,6 @@ apply plugin: 'kotlin-multiplatform'
|
|||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://dl.bintray.com/kotlin/kotlinx.html/" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|||||||
Reference in New Issue
Block a user