Skip to content

Commit 2668377

Browse files
committed
Add on_missing_snapshot_zip: drop_content configuration
Ensure that missing snapshot jars do not break the build. See gh-40598
1 parent cb9077b commit 2668377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

antora-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ antora:
88
- require: '@springio/antora-xref-extension'
99
- require: '@springio/antora-zip-contents-collector-extension'
1010
version_file: gradle.properties
11+
on_missing_snapshot_zip: drop_content
1112
username: '${env.ARTIFACTORY_USERNAME}'
1213
password: '${env.ARTIFACTORY_PASSWORD}'
1314
locations:

0 commit comments

Comments
 (0)