diff --git a/build.gradle b/build.gradle index f7ef16f223..0b5382cd51 100644 --- a/build.gradle +++ b/build.gradle @@ -252,7 +252,7 @@ configure(allprojects) { project -> repositories { mavenCentral() maven { url "https://repo.spring.io/libs-spring-framework-build" } - maven { url "https://repo.spring.io/snapshot"} // Reactor + maven { url "https://repo.spring.io/snapshot" } // Reactor } } configurations.all {