Refactor how the Maven BOM for the SBDG project is created.
This commit is contained in:
@@ -1 +1,13 @@
|
||||
import io.spring.gradle.convention.SpringModulePlugin
|
||||
|
||||
apply plugin: 'io.spring.convention.maven-bom'
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
project.rootProject.allprojects { p ->
|
||||
p.plugins.withType(SpringModulePlugin) {
|
||||
api p
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user