1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Add mavenCentral to settings.gradle

Issue gh-9539
This commit is contained in:
Rob Winch
2021-04-04 23:22:06 -05:00
parent d39f737465
commit 02ad4ce2c6
+6
View File
@@ -12,6 +12,12 @@ plugins {
enableFeaturePreview("VERSION_ORDERING_V2")
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}
rootProject.name = 'spring-security'
FileTree buildFiles = fileTree(rootDir) {