Skip to content

Commit 00f3506

Browse files
committed
Merge branch '3.3.x' into 3.4.x
2 parents dc9aa6d + f0e7774 commit 00f3506

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle

-10
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ subprojects {
1717
repositories {
1818
mavenCentral()
1919
spring.mavenRepositories()
20-
if (version.contains('-')) {
21-
maven {
22-
url = "https://repo.spring.io/milestone"
23-
}
24-
}
25-
if (version.endsWith('-SNAPSHOT')) {
26-
maven {
27-
url = "https://repo.spring.io/snapshot"
28-
}
29-
}
3020
}
3121

3222
configurations.all {

0 commit comments

Comments
 (0)