From b20ceb6de43a480a29d403d3483d9d6c1b41d444 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 4 Sep 2023 14:33:07 +0200 Subject: [PATCH] Make spotless plugin work with Java 21 --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index a2906f2aa..a5ab2cc88 100644 --- a/pom.xml +++ b/pom.xml @@ -742,6 +742,29 @@ + + + + java21+ + + [21,) + + + + + com.diffplug.spotless + spotless-maven-plugin + + + + 2.35.0 + + + + + + +