From 61c7d7783652f5f8fd6d9e130fd295f965b735ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Sat, 14 Oct 2023 11:09:49 +0200 Subject: [PATCH] Enforce Java17 min --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 41410d389e..4d3823c846 100644 --- a/pom.xml +++ b/pom.xml @@ -1267,8 +1267,8 @@ - [11,) - You must use Java 11+ to build. + [17,) + You must use Java 17+ to build.