|
|
|
@ -21,6 +21,13 @@ ext {
@@ -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" } |
|
|
|
|