This is an automated email from the ASF dual-hosted git repository. daim pushed a commit to branch DetailedGC/OAK-10199 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 9080a211fb9915572ac35a365040ae8cab1b1b0f Author: Konrad Windszus <[email protected]> AuthorDate: Thu Jan 18 20:14:13 2024 +0100 OAK-10001: Document JDK11 or newer being required for building --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d5c44fdfb..b9b68ca6fa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Getting Started --------------- To get started with Oak, build the latest sources with -Maven 3 and Java 8 (or higher) like this: +Maven 3 and Java 11 (or higher) like this: mvn clean install
