This commit is contained in:
Rob Winch 2021-05-17 22:29:45 -05:00
parent b750f3b86c
commit 777a27523e
1 changed files with 1 additions and 1 deletions

View File

@ -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
}