Exclude spring-batch-docs from being published to Artifactory

Resolves #3922
This commit is contained in:
Mahmoud Ben Hassine
2021-05-27 11:03:30 +02:00
parent 284eca123d
commit 78d82a5d93

View File

@@ -404,6 +404,7 @@ project('spring-batch-infrastructure') {
project('spring-batch-docs') {
description = 'Spring Batch Docs'
project.tasks.findByPath("artifactoryPublish")?.enabled = false
}
project('spring-batch-core-tests') {