mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
Add mavenCentral to settings.gradle
Issue gh-9539
This commit is contained in:
parent
d39f737465
commit
02ad4ce2c6
@ -12,6 +12,12 @@ plugins {
|
||||
|
||||
enableFeaturePreview("VERSION_ORDERING_V2")
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'spring-security'
|
||||
|
||||
FileTree buildFiles = fileTree(rootDir) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user