Skip to content

Commit 42856ba

Browse files
committed
Add milestone repo for optional Netty 5 support
Closes gh-29498
1 parent 9be6cea commit 42856ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ ext {
2121
configure(allprojects) { project ->
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+
}
2431
maven { url "https://repo.spring.io/libs-spring-framework-build" }
2532
if (version.contains('-')) {
2633
maven { url "https://repo.spring.io/milestone" }

0 commit comments

Comments
 (0)