Include Gradle Plugin to generate Maven BOM.
Refactor the spring-geode-bom module.
This commit is contained in:
@@ -1,13 +1 @@
|
||||
import io.spring.gradle.convention.SpringModulePlugin
|
||||
|
||||
apply plugin: 'io.spring.convention.bom'
|
||||
|
||||
sonarqube.skipProject = true
|
||||
|
||||
project.rootProject.allprojects.each { p ->
|
||||
p.plugins.withType(SpringModulePlugin) {
|
||||
if (!project.name.equals(p.name)) {
|
||||
project.mavenBom.projects.add(p)
|
||||
}
|
||||
}
|
||||
}
|
||||
apply plugin: 'io.spring.convention.maven-bom'
|
||||
|
||||
Reference in New Issue
Block a user