Remove jcenter repo from gradle files

This commit is contained in:
Torsten Grote
2022-10-31 09:50:16 -03:00
parent 904355b0a6
commit 4b792ff040

View File

@@ -3,7 +3,6 @@
allprojects { allprojects {
repositories { repositories {
mavenCentral() mavenCentral()
jcenter()
mavenLocal() mavenLocal()
google() google()
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
@@ -20,7 +19,6 @@ allprojects {
buildscript { buildscript {
repositories { repositories {
jcenter()
mavenLocal() mavenLocal()
google() google()
maven { maven {