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 { buildscript {
repositories { repositories {
gradlePluginPortal() gradlePluginPortal()
jcenter()
google() google()
mavenCentral() mavenCentral()
} }
@ -19,7 +18,6 @@ version = "1.0.0-SNAPSHOT"
allprojects { allprojects {
repositories { repositories {
mavenCentral() mavenCentral()
jcenter()
google() google()
} }
} }

View File

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