From 6ecc3d5f82163537522b0beec6a1342595ba6f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Mon, 8 Jan 2024 13:29:53 +0100 Subject: [PATCH] chore: mention requirements to Java 21 in Contributing guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Java 21 is required when building the project. It is used to create the Camel catalog at build time. Signed-off-by: Aurélien Pupier --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e161bdcf0..0322e101a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,7 @@ Before you start contributing, ensure that you have the following installed: - NodeJS (>v18.x) - yarn (>v3.x) +- Java 21+ ### Setting Up the Project