Merge branch '3.3.x' into 3.4.x
This commit is contained in:
commit
00f350611c
10
build.gradle
10
build.gradle
|
@ -17,16 +17,6 @@ subprojects {
|
|||
repositories {
|
||||
mavenCentral()
|
||||
spring.mavenRepositories()
|
||||
if (version.contains('-')) {
|
||||
maven {
|
||||
url = "https://repo.spring.io/milestone"
|
||||
}
|
||||
}
|
||||
if (version.endsWith('-SNAPSHOT')) {
|
||||
maven {
|
||||
url = "https://repo.spring.io/snapshot"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
|
|
Loading…
Reference in New Issue