This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit 47012783f9835473729f0695cabebb335f0f5afb Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Feb 3 10:47:23 2023 +0100 Add "Build" section to the `README.adoc` --- README.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.adoc b/README.adoc index f8b8b92..6e2b681 100644 --- a/README.adoc +++ b/README.adoc @@ -27,6 +27,11 @@ Tooling to export AsciiDoc-formatted changelog files. xref:log4j-changelog-maven-plugin/README.adoc[`log4j-changelog-maven-plugin`]:: Maven plugin for xref:log4j-changelog/README.adoc[`log4j-changelog`]. +== Build + +This project generates Java 8 bytecode, though requires Java 11 for compilation. +You can build and test sources using `./mvnw verify` command. + == Distribution In accordance with the Apache Software Foundation's release https://infra.apache.org/release-distribution.html[distribution policy] and https://infra.apache.org/release-publishing.html[creation process], project artifacts are _officially_ accessible from the following locations:
