From 0ac565d905a7cefa121ffe7eb6f0d5f63b086f33 Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Sat, 27 Jul 2024 15:18:37 +0200 Subject: [PATCH] Fix minimalMavenBuildVersion to 3.9.8 Just checking for 3.9 is not good enough. Property session.rootDirectory was introduced only in 3.9.2. So require 3.9.8. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2c834682e..53151402d 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ 17 [${minimalJavaBuildVersion},) - 3.9 + 3.9.8 sort format