From e4535e916b22aa39f33c74e5c9ab134a86773039 Mon Sep 17 00:00:00 2001 From: Jan Ouwens Date: Wed, 29 Nov 2023 15:40:20 +0100 Subject: [PATCH] Runs static analysis only on Java 21 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c2d918289..178fa3cff 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,7 @@ static-analysis - [17,) + [21,) !disableStaticAnalysis @@ -528,7 +528,7 @@ modules-jdk17 - [17,) + [17,21)