Removed outdated jcenter() repository

This commit is contained in:
dankito 2023-04-10 18:45:45 +02:00
parent 40f53a5301
commit 19374563ec
2 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
buildscript {
repositories {
gradlePluginPortal()
jcenter()
google()
mavenCentral()
}
@ -19,7 +18,6 @@ version = "1.0.0-SNAPSHOT"
allprojects {
repositories {
mavenCentral()
jcenter()
google()
}
}

View File

@ -2,7 +2,6 @@ pluginManagement {
repositories {
gradlePluginPortal()
google()
jcenter()
mavenCentral()
}
resolutionStrategy {