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

@@ -42,7 +42,6 @@ repositories {
jcenter()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/release" }
}
//Dependencies in all subprojects - https://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/

View File

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

View File

@@ -40,7 +40,6 @@ subprojects {
mavenLocal()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/release" }
}
dependencies {

View File

@@ -20,7 +20,6 @@ pluginManagement {
mavenLocal()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/release" }
}
resolutionStrategy {
eachPlugin {

View File

@@ -49,7 +49,6 @@ subprojects {
mavenLocal()
maven(url = "https://repo.spring.io/snapshot")
maven(url = "https://repo.spring.io/milestone")
maven(url = "https://repo.spring.io/release")
}
dependencies {

View File

@@ -20,7 +20,6 @@ pluginManagement {
mavenLocal()
maven(url = "https://repo.spring.io/snapshot")
maven(url = "https://repo.spring.io/milestone")
maven(url = "https://repo.spring.io/release")
}
resolutionStrategy {
eachPlugin {