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

@@ -22,7 +22,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
}
@@ -43,4 +43,4 @@ dependencies {
tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
}