Add milestone repo for optional Netty 5 support

Closes gh-29498
This commit is contained in:
Stephane Nicoll 2022-11-16 11:00:44 +01:00
parent 9be6cea012
commit 42856bab16
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,13 @@ ext {
configure(allprojects) { project ->
repositories {
mavenCentral()
maven {
url "https://repo.spring.io/milestone"
content {
// Netty 5 optional support
includeGroup 'io.projectreactor.netty'
}
}
maven { url "https://repo.spring.io/libs-spring-framework-build" }
if (version.contains('-')) {
maven { url "https://repo.spring.io/milestone" }