srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
5663ea03
7cb54967
Remove the last bit of jcenter
JetBrains have now migrated the old trove4j from jcenter tomavenCentral.
inline
split
build.gradle.kts
added: 3, removed: 8, total 0
@@ -22,11 +22,6 @@ allprojects {
google()
mavenCentral()
maven { url = uri("https://dl.bintray.com/toktok/maven") }
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}
buildSrc/build.gradle.kts
added: 3, removed: 8, total 0
@@ -1,5 +1,5 @@
repositories {
jcenter()
mavenCentral()
}
plugins {
`kotlin-dsl`