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