Drop K/N dependency to JCenter
This commit is contained in:
committed by
Space Team
parent
2fd8bf9153
commit
44f638e952
@@ -26,7 +26,6 @@ buildscript {
|
||||
maven {
|
||||
url = 'https://cache-redirector.jetbrains.com/jcenter'
|
||||
}
|
||||
jcenter()
|
||||
maven {
|
||||
url "https://cache-redirector.jetbrains.com/plugins.gradle.org/m2/"
|
||||
}
|
||||
|
||||
-2
@@ -34,7 +34,6 @@ class MultiplatformSpecification extends BaseKonanSpecification {
|
||||
maven {
|
||||
url = 'https://cache-redirector.jetbrains.com/jcenter'
|
||||
}
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
|
||||
@@ -50,7 +49,6 @@ class MultiplatformSpecification extends BaseKonanSpecification {
|
||||
maven {
|
||||
url = 'https://cache-redirector.jetbrains.com/jcenter'
|
||||
}
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user