|
@@ -6,7 +6,6 @@ plugins {
|
|
}
|
|
}
|
|
|
|
|
|
repositories {
|
|
repositories {
|
|
- mavenLocal()
|
|
|
|
mavenCentral()
|
|
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" }
|
|
@@ -35,5 +34,5 @@ dependencies {
|
|
|
|
|
|
tasks.withType(Test).configureEach {
|
|
tasks.withType(Test).configureEach {
|
|
useJUnitPlatform()
|
|
useJUnitPlatform()
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|