This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 4e1495b263e5faebf3ff477f200c03b17dff9f61 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu May 30 13:30:47 2024 +0200 Fail on Antora warnings --- antora-playbook.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/antora-playbook.yaml b/antora-playbook.yaml index 59c2c3c8e9..d794802699 100644 --- a/antora-playbook.yaml +++ b/antora-playbook.yaml @@ -28,6 +28,11 @@ content: - target/generated-site/antora edit_url: +runtime: + log: + # Fail on warnings + failure_level: warn + asciidoc: attributes: # JSON Template Layout manual page has a deep sectioning, support it.
