Remove deprecated jcenter repository

This commit is contained in:
Quentin Hibon
2021-08-22 14:51:06 +02:00
parent e98064b6a5
commit c892a845b4
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ apply {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven(url = "https://plugins.gradle.org/m2/")
maven(url = "https://oss.sonatype.org/content/repositories/snapshots/")

View File

@@ -1,7 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
google()
}
resolutionStrategy.eachPlugin {