Replace jcenter() with mavenCentral()

This commit is contained in:
Marcus Da Coregio
2022-10-31 12:06:52 -03:00
parent 7d9bf3ecd4
commit 14b88be2ab
48 changed files with 60 additions and 60 deletions

View File

@@ -8,7 +8,7 @@ plugins {
apply from: "gradle/gretty.gradle"
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
}

View File

@@ -4,7 +4,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
}

View File

@@ -8,7 +8,7 @@ plugins {
apply from: "gradle/gretty.gradle"
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
}

View File

@@ -4,7 +4,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
}