Skip to content

Commit 78d82a5

Browse files
committed
Exclude spring-batch-docs from being published to Artifactory
Resolves #3922
1 parent 284eca1 commit 78d82a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ project('spring-batch-infrastructure') {
404404

405405
project('spring-batch-docs') {
406406
description = 'Spring Batch Docs'
407+
project.tasks.findByPath("artifactoryPublish")?.enabled = false
407408
}
408409

409410
project('spring-batch-core-tests') {

0 commit comments

Comments
 (0)