Wizard: ignore Kotlin repo in tests
They may differ sometimes as they depend on the latest Kotlin release
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url 'https://dl.bintray.com/kotlin/kotlin-dev'
|
||||
url 'KOTLIN_REPO'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = uri("https://dl.bintray.com/kotlin/kotlin-dev")
|
||||
url = uri("KOTLIN_REPO")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -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'
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -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")
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -5,7 +5,7 @@ pluginManagement {
|
||||
google()
|
||||
jcenter()
|
||||
maven {
|
||||
url 'https://dl.bintray.com/kotlin/kotlin-dev'
|
||||
url 'KOTLIN_REPO'
|
||||
}
|
||||
}
|
||||
resolutionStrategy {
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ pluginManagement {
|
||||
google()
|
||||
jcenter()
|
||||
maven {
|
||||
url = uri("https://dl.bintray.com/kotlin/kotlin-dev")
|
||||
url = uri("KOTLIN_REPO")
|
||||
}
|
||||
}
|
||||
resolutionStrategy {
|
||||
|
||||
Reference in New Issue
Block a user