mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-05-02 19:30:50 +01:00
dd6fc48dd8
The build now uses spring build conventions to simplify the build Fixes gh-4284
10 lines
210 B
Groovy
10 lines
210 B
Groovy
apply plugin: 'maven-bom'
|
|
|
|
sonarqube.skipProject = true
|
|
|
|
project.rootProject.allprojects.each { p ->
|
|
p.plugins.withType(io.spring.gradle.convention.SpringMavenPlugin) {
|
|
project.mavenBom.projects.add(p)
|
|
}
|
|
}
|