Try to remove jcenter()

This commit is contained in:
tzugen 2021-05-08 22:20:22 +02:00
parent 74ce93f37b
commit b136235ccf
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ buildscript {
]
repositories {
jcenter()
google()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
@ -25,13 +25,13 @@ allprojects {
// Buildscript here is required by detekt
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
}
repositories {
jcenter()
mavenCentral()
google()
}
}