From 82f84c8bfb240cf834470d1c5b47b7028c6e2030 Mon Sep 17 00:00:00 2001 From: Ferenc Csaky Date: Mon, 8 Apr 2024 13:40:05 +0200 Subject: [PATCH] [FLINK-34930] Skip spotless for JDK 21+ --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 6fb275a..4bbdbc0 100644 --- a/pom.xml +++ b/pom.xml @@ -315,4 +315,29 @@ under the License. + + + + java21 + + [21,) + + + + + + com.diffplug.spotless + spotless-maven-plugin + + + true + + + + + + +