Drop K/N dependency to JCenter
This commit is contained in:
committed by
Space Team
parent
2fd8bf9153
commit
44f638e952
@@ -60,6 +60,5 @@ open class CopySamples : Copy() {
|
||||
private val replacements = listOf(
|
||||
"https://plugins.gradle.org/m2" to "https://cache-redirector.jetbrains.com/plugins.gradle.org/m2",
|
||||
"mavenCentral()" to "maven { setUrl(\"https://cache-redirector.jetbrains.com/maven-central\") }",
|
||||
"jcenter()" to "maven { setUrl(\"https://cache-redirector.jetbrains.com/jcenter\") }"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user