diff --git a/spring-framework-bom/spring-framework-bom.gradle b/spring-framework-bom/spring-framework-bom.gradle index 761e9947b62..087bcf6ee59 100644 --- a/spring-framework-bom/spring-framework-bom.gradle +++ b/spring-framework-bom/spring-framework-bom.gradle @@ -20,7 +20,7 @@ install { asNode().children().last() + { delegate.dependencyManagement { delegate.dependencies { - parent.subprojects.sort { "$it.name" }.each { p -> + parent.moduleProjects.sort { "$it.name" }.each { p -> if (p != project) { delegate.dependency { delegate.groupId(p.group)