Merge branch '3.1.x' into 4.0.x
This commit is contained in:
@@ -4,10 +4,10 @@ buildscript {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
if (!"${verifierVersion}".contains("RELEASE")) {
|
||||
if ("${verifierVersion}".contains("SNAPSHOT")) {
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
} else if ("${verifierVersion}".contains("M") || "${verifierVersion}".contains("RC")) {
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
// maven { url "https://repo.spring.io/release" }
|
||||
}
|
||||
|
||||
ext {
|
||||
@@ -18,4 +18,4 @@ dependencies {
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user