Consistently use repo.spring.io/snapshot instead of libs-snapshot

This commit is contained in:
Rob Winch
2020-11-19 12:35:34 -06:00
parent cda205bb91
commit 68017abfbb
11 changed files with 11 additions and 11 deletions
@@ -9,7 +9,7 @@ apply from: "gradle/gretty.gradle"
repositories {
jcenter()
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {
@@ -9,7 +9,7 @@ apply from: "gradle/gretty.gradle"
repositories {
jcenter()
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {
@@ -9,7 +9,7 @@ apply from: "gradle/gretty.gradle"
repositories {
jcenter()
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {
@@ -9,7 +9,7 @@ apply from: "gradle/gretty.gradle"
repositories {
jcenter()
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {