Add Spring Milestone repository to build

This commit is contained in:
Brian Clozel
2020-10-14 09:38:35 +02:00
parent 18f44efe6d
commit d7f3aa6fa9
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ subprojects {
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
maven { url "https://repo.spring.io/snapshot" }
maven { url 'https://repo.spring.io/snapshot' }
}
dependencyManagement {

View File

@@ -1,6 +1,7 @@
pluginManagement {
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
}
}