We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b750f3b commit 777a275Copy full SHA for 777a275
bom/spring-security-bom.gradle
@@ -4,7 +4,7 @@ apply plugin: 'io.spring.convention.bom'
4
5
dependencies {
6
constraints {
7
- project.allprojects { p ->
+ project.rootProject.allprojects { p ->
8
p.plugins.withType(SpringModulePlugin) {
9
api p
10
}
0 commit comments