Declare a Repository definition for Spring's 'libs-snapshot' Maven Repository.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
repositories {
|
||||
maven {
|
||||
url "https://repo.spring.io/libs-snapshot"
|
||||
}
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
|
||||
|
||||
Reference in New Issue
Block a user