From bc41ef3d6ed0d7de5b31581a598b8d552b812d04 Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Sat, 4 Oct 2025 16:28:48 +0200 Subject: [PATCH] [FLINK-38387][build] Disable spotless for java 25 --- pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/pom.xml b/pom.xml index 6f25a10f512ee..dab4345593bd8 100644 --- a/pom.xml +++ b/pom.xml @@ -1204,6 +1204,41 @@ under the License. + + java25 + + [25,) + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${surefire.excludedGroups.github-actions}, + ${surefire.excludedGroups.adaptive-scheduler}, + ${surefire.excludedGroups.jdk}, + + + + + com.diffplug.spotless + spotless-maven-plugin + + + true + + + + + + + fast