Rob Winch hace 4 años
padre
commit
777a27523e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bom/spring-security-bom.gradle

+ 1 - 1
bom/spring-security-bom.gradle

@@ -4,7 +4,7 @@ apply plugin: 'io.spring.convention.bom'
 
 dependencies {
 	constraints {
-		project.allprojects { p ->
+		project.rootProject.allprojects { p ->
 			p.plugins.withType(SpringModulePlugin) {
 				api p
 			}