SEC-2430: Enable artifactoryPublish on bom
This commit is contained in:
parent
4672c2a1f7
commit
418bb57323
|
@ -2,6 +2,7 @@ apply plugin: 'maven-bom'
|
|||
apply from: "$rootDir/gradle/maven-deployment.gradle"
|
||||
|
||||
generatePom.enabled = false
|
||||
sonarRunner.skipProject = true
|
||||
|
||||
mavenBom {
|
||||
projects = coreModuleProjects
|
||||
|
|
|
@ -79,7 +79,7 @@ configure(allprojects - javaProjects) {
|
|||
}
|
||||
}
|
||||
|
||||
configure(subprojects - coreModuleProjects - project(':spring-security-samples-messages-jc')) {
|
||||
configure(subprojects - coreModuleProjects - project(':spring-security-samples-messages-jc') - project(':spring-security-bom')) {
|
||||
tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||
sonarRunner {
|
||||
skipProject = true
|
||||
|
|
Loading…
Reference in New Issue