Merge branch '3.3.x' into 3.4.x

This commit is contained in:
Phillip Webb 2025-01-31 11:29:20 -08:00
commit 00f350611c
1 changed files with 0 additions and 10 deletions

View File

@ -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 {