Removes any references to repo.spring.io/release

fixes gh-2106
This commit is contained in:
Marcin Grzejszczak
2024-05-06 15:02:25 +02:00
parent 8fb77978c3
commit ca39fdb021
30 changed files with 0 additions and 241 deletions

View File

@@ -3,7 +3,6 @@ repositories {
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
// maven { url "https://repo.spring.io/release" }
}
ext {