Browse Source

Add mavenCentral to settings.gradle

Issue gh-9539
Rob Winch 4 years ago
parent
commit
02ad4ce2c6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      settings.gradle

+ 6 - 0
settings.gradle

@@ -12,6 +12,12 @@ plugins {
 
 enableFeaturePreview("VERSION_ORDERING_V2")
 
+dependencyResolutionManagement {
+	repositories {
+		mavenCentral()
+	}
+}
+
 rootProject.name = 'spring-security'
 
 FileTree buildFiles = fileTree(rootDir) {