Build: Use kotlinx-metadata-jvm from jcenter instead of bintray
This commit is contained in:
@@ -10,17 +10,8 @@ import shadow.org.apache.tools.zip.ZipOutputStream
|
||||
description = "Kotlin Full Reflection Library"
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true
|
||||
if (cacheRedirectorEnabled) {
|
||||
maven(url = "https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlinx")
|
||||
} else {
|
||||
maven(url = "https://dl.bintray.com/kotlin/kotlinx/")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.0.4")
|
||||
classpath("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.1.0")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user