From 3503aa4322da210270b3f49a1f43a334324e7ce6 Mon Sep 17 00:00:00 2001 From: Michal Maciejewski Date: Sun, 22 Oct 2023 12:00:37 +0200 Subject: [PATCH] mvn: require mvn version 3.8+ This is to get more consistent build behaviour across different machines. Mvn 3.6.3 is now 4 years old and sometimes does not work well with newer JDKs (16+). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f6535a1769f..39e44dc135a 100644 --- a/pom.xml +++ b/pom.xml @@ -346,7 +346,7 @@ - 3.6.3 + 3.8