From 71b2154ec86864838d6d8e124986ecee0ae980a2 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 30 May 2023 10:36:53 +0200 Subject: [PATCH] Remove libs-spring-framework-build repository This commit removes the build configuration for the repository "libs-spring-framework-build", as it is not needed anymore for the dependencies it contains. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index db9c78d92f..5998c4fa07 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,6 @@ configure(allprojects) { project -> includeGroup 'io.projectreactor.netty' } } - maven { url "https://repo.spring.io/libs-spring-framework-build" } if (version.contains('-')) { maven { url "https://repo.spring.io/milestone" } }