Add milestone repo for optional Netty 5 support
Closes gh-29498
This commit is contained in:
parent
9be6cea012
commit
42856bab16
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue