Remove jcenter repository

This commit is contained in:
Niels van Velzen 2021-05-05 09:04:57 +02:00
parent 5bcd0a4558
commit cd11ead861
2 changed files with 1 additions and 2 deletions

View File

@ -3,5 +3,5 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
}

View File

@ -3,7 +3,6 @@ import org.gradle.api.artifacts.dsl.RepositoryHandler
fun RepositoryHandler.defaultRepositories() {
google()
mavenCentral()
jcenter()
}
object Plugins {