JCenter deprecation (#825)
This commit is contained in:
parent
ef2d2dd197
commit
9b43d7f498
12
build.gradle
12
build.gradle
@ -1,12 +1,6 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
jcenter {
|
||||
content {
|
||||
// https://youtrack.jetbrains.com/issue/IDEA-261387
|
||||
includeModule("org.jetbrains.trove4j", "trove4j")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
@ -48,12 +42,6 @@ def versionName() { return version }
|
||||
subprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter {
|
||||
content {
|
||||
// https://youtrack.jetbrains.com/issue/IDEA-261387
|
||||
includeModule("org.jetbrains.trove4j", "trove4j")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user