This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new 40fdb55 Specify minimum Java 11 reqs for macOS
40fdb55 is described below
commit 40fdb551b4ff02d6e181e41562eb6da97620dacc
Author: Matt Sicker <[email protected]>
AuthorDate: Tue Feb 1 01:36:58 2022 -0600
Specify minimum Java 11 reqs for macOS
---
BUILDING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BUILDING.md b/BUILDING.md
index eb57a14..6c6201c 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -16,7 +16,7 @@
-->
# Building Log4j 3.x
-To build Log4j 3.x, you need a JDK implementation version 11 or greater and
Apache Maven 3.x.
+To build Log4j 3.x, you need a JDK implementation version 11 (at least version
11.0.13 if building on macOS) or greater and Apache Maven 3.x.
To perform the license release audit, a.k.a. "RAT check", run.