This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit 8b330c9d9d3fb624e824718dfdc9c6309b076b96 Author: Emmanuel Bourg <ebo...@apache.org> AuthorDate: Mon Jul 19 14:22:14 2021 +0200 Update the JDK required in the build instructions --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 207c30e..7e334d9 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -16,7 +16,7 @@ --> # Building Apache Commons Compress -In order to build Commons Compress a JDK implementation 1.7 or higher +In order to build Commons Compress a JDK implementation 8 or higher and Apache Maven 3.x are required. **Note that Commons Compress currently doesn't build on JDK 14+, we will address this before releasing Compress 1.21**.