Browse Source

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.
pull/30619/head
Brian Clozel 1 year ago
parent
commit
71b2154ec8
  1. 1
      build.gradle

1
build.gradle

@ -26,7 +26,6 @@ configure(allprojects) { project -> @@ -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" }
}

Loading…
Cancel
Save