We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea551cd commit 057742fCopy full SHA for 057742f
build.gradle
@@ -21,13 +21,6 @@ configure(allprojects) { project ->
21
group = "org.springframework"
22
repositories {
23
mavenCentral()
24
- maven {
25
- url = "https://repo.spring.io/milestone"
26
- content {
27
- // Netty 5 optional support
28
- includeGroup 'io.projectreactor.netty'
29
- }
30
31
if (version.contains('-')) {
32
maven { url = "https://repo.spring.io/milestone" }
33
}
0 commit comments