Build: Use kotlinx-metadata-jvm from jcenter instead of bintray

This commit is contained in:
Vyacheslav Gerasimov
2019-08-21 19:27:33 +03:00
parent 96c9efeabb
commit 1cdc68901a
+1 -10
View File
@@ -10,17 +10,8 @@ import shadow.org.apache.tools.zip.ZipOutputStream
description = "Kotlin Full Reflection Library" description = "Kotlin Full Reflection Library"
buildscript { 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 { dependencies {
classpath("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.0.4") classpath("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.1.0")
} }
} }