Exclude spring-batch-docs from being published to Artifactory
Resolves #3922
This commit is contained in:
@@ -409,6 +409,7 @@ project('spring-batch-infrastructure') {
|
||||
|
||||
project('spring-batch-docs') {
|
||||
description = 'Spring Batch Docs'
|
||||
project.tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||
}
|
||||
|
||||
project('spring-batch-core-tests') {
|
||||
|
||||
Reference in New Issue
Block a user