Prepare for Spring Security 6.2
- Change the build to look for milestone dependencies
This commit is contained in:
@@ -12,6 +12,7 @@ plugins {
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user