Skip to content

Commit 057742f

Browse files
committed
Remove Netty 5 support
See gh-34345
1 parent ea551cd commit 057742f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ configure(allprojects) { project ->
2121
group = "org.springframework"
2222
repositories {
2323
mavenCentral()
24-
maven {
25-
url = "https://repo.spring.io/milestone"
26-
content {
27-
// Netty 5 optional support
28-
includeGroup 'io.projectreactor.netty'
29-
}
30-
}
3124
if (version.contains('-')) {
3225
maven { url = "https://repo.spring.io/milestone" }
3326
}

0 commit comments

Comments
 (0)