Skip to content

Commit a318adb

Browse files
committed
Exclude spring-batch-docs from being published to Artifactory
Resolves #3922
1 parent 9dce2cb commit a318adb

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
@@ -409,6 +409,7 @@ project('spring-batch-infrastructure') {
409409

410410
project('spring-batch-docs') {
411411
description = 'Spring Batch Docs'
412+
project.tasks.findByPath("artifactoryPublish")?.enabled = false
412413
}
413414

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

0 commit comments

Comments
 (0)