Wizard: ignore Kotlin repo in tests

They may differ sometimes as they depend on the latest Kotlin release
This commit is contained in:
Ilya Kirillov
2020-09-16 20:53:17 +03:00
parent 9b157fd291
commit ee2f0f45fc
112 changed files with 156 additions and 140 deletions
@@ -13,7 +13,7 @@ repositories {
jcenter()
mavenCentral()
maven {
url 'https://dl.bintray.com/kotlin/kotlin-dev'
url 'KOTLIN_REPO'
}
}
@@ -13,7 +13,7 @@ repositories {
jcenter()
mavenCentral()
maven {
url = uri("https://dl.bintray.com/kotlin/kotlin-dev")
url = uri("KOTLIN_REPO")
}
}
@@ -4,7 +4,7 @@ buildscript {
jcenter()
google()
maven {
url 'https://dl.bintray.com/kotlin/kotlin-dev'
url 'KOTLIN_REPO'
}
}
dependencies {
@@ -19,6 +19,6 @@ version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
maven {
url 'https://dl.bintray.com/kotlin/kotlin-dev'
url 'KOTLIN_REPO'
}
}
@@ -4,7 +4,7 @@ buildscript {
jcenter()
google()
maven {
url = uri("https://dl.bintray.com/kotlin/kotlin-dev")
url = uri("KOTLIN_REPO")
}
}
dependencies {
@@ -19,6 +19,6 @@ version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
maven {
url = uri("https://dl.bintray.com/kotlin/kotlin-dev")
url = uri("KOTLIN_REPO")
}
}
@@ -5,7 +5,7 @@ pluginManagement {
google()
jcenter()
maven {
url 'https://dl.bintray.com/kotlin/kotlin-dev'
url 'KOTLIN_REPO'
}
}
resolutionStrategy {
@@ -5,7 +5,7 @@ pluginManagement {
google()
jcenter()
maven {
url = uri("https://dl.bintray.com/kotlin/kotlin-dev")
url = uri("KOTLIN_REPO")
}
}
resolutionStrategy {