diff --git a/build.gradle b/build.gradle index 6759bb2e89..5a1c33b280 100644 --- a/build.gradle +++ b/build.gradle @@ -21,13 +21,6 @@ configure(allprojects) { project -> group = "org.springframework" repositories { mavenCentral() - maven { - url = "https://repo.spring.io/milestone" - content { - // Netty 5 optional support - includeGroup 'io.projectreactor.netty' - } - } if (version.contains('-')) { maven { url = "https://repo.spring.io/milestone" } }