We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be6cea commit 42856baCopy full SHA for 42856ba
build.gradle
@@ -21,6 +21,13 @@ ext {
21
configure(allprojects) { project ->
22
repositories {
23
mavenCentral()
24
+ maven {
25
+ url "https://repo.spring.io/milestone"
26
+ content {
27
+ // Netty 5 optional support
28
+ includeGroup 'io.projectreactor.netty'
29
+ }
30
31
maven { url "https://repo.spring.io/libs-spring-framework-build" }
32
if (version.contains('-')) {
33
maven { url "https://repo.spring.io/milestone" }
0 commit comments