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"
|
apply from: "$rootDir/gradle/maven-deployment.gradle"
|
||||||
|
|
||||||
generatePom.enabled = false
|
generatePom.enabled = false
|
||||||
|
sonarRunner.skipProject = true
|
||||||
|
|
||||||
mavenBom {
|
mavenBom {
|
||||||
projects = coreModuleProjects
|
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
|
tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||||
sonarRunner {
|
sonarRunner {
|
||||||
skipProject = true
|
skipProject = true
|
||||||
|
|
Loading…
Reference in New Issue