From 2668377c9c7a4c0cd391d9a136be7c7f647a0889 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 1 May 2024 22:39:31 -0700 Subject: [PATCH] Add on_missing_snapshot_zip: drop_content configuration Ensure that missing snapshot jars do not break the build. See gh-40598 --- antora-playbook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/antora-playbook.yml b/antora-playbook.yml index 97d867f19583..a1f2888abeb8 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -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: