This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch doc-installation in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 845b743769319bfa91c30d6e38163d19d3cfccb8 Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Apr 17 10:42:35 2024 +0200 Fix `java-target-version` in `antora.yml` --- src/site/antora/antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/antora/antora.yml b/src/site/antora/antora.yml index a4a13c400f..025a7ebbb5 100644 --- a/src/site/antora/antora.yml +++ b/src/site/antora/antora.yml @@ -42,7 +42,7 @@ asciidoc: project-github-url: "https://github.com/apache/logging-log4j2" project-name: "Log4j" project-id: "log4j" - java-target-version: "8" + java-target-version: "17" java-compiler-version: "[17,18)" # Dependency versions log4j-api-version: "1.2.3-api"
