From ccdd5da6ce90bf81d640b157070cab156188d30b Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 5 Jun 2023 21:25:54 +0200 Subject: [PATCH] Bump spotless to 2.37.0 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.28.0:check (default) on project maven-compiler-plugin: Execution default of goal com.diffplug.spotless:spotless-maven-plugin:2.28.0:check failed: An API incompatibility was encountered while executing com.diffplug.spotless:spotless-maven-plugin:2.28.0:check: java.lang.NoSuchMethodError: 'com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCImport.getQualifiedIdentifier()' --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 07080d39..8a79d117 100644 --- a/pom.xml +++ b/pom.xml @@ -208,6 +208,15 @@ under the License. + + + + com.diffplug.spotless + spotless-maven-plugin + 2.37.0 + + + org.eclipse.sisu