Skip to content

Commit

Permalink
Add on_missing_snapshot_zip: drop_content configuration
Browse files Browse the repository at this point in the history
Ensure that missing snapshot jars do not break the build.

See gh-40598
  • Loading branch information
philwebb committed May 2, 2024
1 parent cb9077b commit 2668377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions antora-playbook.yml
Expand Up @@ -8,6 +8,7 @@ antora:
- require: '@springio/antora-xref-extension'
- require: '@springio/antora-zip-contents-collector-extension'
version_file: gradle.properties
on_missing_snapshot_zip: drop_content
username: '${env.ARTIFACTORY_USERNAME}'
password: '${env.ARTIFACTORY_PASSWORD}'
locations:
Expand Down

0 comments on commit 2668377

Please sign in to comment.