Explorar el Código

Add mavenCentral to settings.gradle

Issue gh-9539
Rob Winch hace 4 años
padre
commit
02ad4ce2c6
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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) {