1
0
mirror of synced 2026-05-22 13:23:17 +00:00
This commit is contained in:
Rob Winch
2021-05-17 22:29:45 -05:00
parent b750f3b86c
commit 777a27523e
+1 -1
View File
@@ -4,7 +4,7 @@ apply plugin: 'io.spring.convention.bom'
dependencies { dependencies {
constraints { constraints {
project.allprojects { p -> project.rootProject.allprojects { p ->
p.plugins.withType(SpringModulePlugin) { p.plugins.withType(SpringModulePlugin) {
api p api p
} }