From 692d92e88daddaec2a715f338fafe96b212768e0 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 23 Jun 2025 19:18:35 +1000 Subject: [PATCH] Issue #280 Make it clear the Cache extension need core 3.9.x Signed-off-by: Olivier Lamy --- src/site/markdown/index.md.vm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm index 6cb04e59..f0fb3220 100644 --- a/src/site/markdown/index.md.vm +++ b/src/site/markdown/index.md.vm @@ -18,6 +18,8 @@ Getting Started --------------- +**The build-cache extension will be activated only when using Apache Maven from 3.9.x.** + To onboard the build-cache extension you need to complete several steps: * Declare caching extension in your project (either in `pom.xml` or `.mvn/extensions.xml`)