Skip to content

Commit

Permalink
Add milestone repo for optional Netty 5 support
Browse files Browse the repository at this point in the history
Closes gh-29498
  • Loading branch information
snicoll committed Nov 16, 2022
1 parent 9be6cea commit 42856ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Expand Up @@ -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" }
Expand Down

0 comments on commit 42856ba

Please sign in to comment.