File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -354,8 +354,6 @@ limitations under the License.
354354 <junit5Version >5.13.4</junit5Version >
355355 <njord .version>0.7.5</njord .version>
356356 <spotless .action>apply</spotless .action>
357- <!-- we use version 2.56.0 due to: https://github.com/palantir/palantir-java-format/issues/1320 -->
358- <plantirJavaFormatVersion >2.56.0</plantirJavaFormatVersion >
359357 <sisuMavenPluginVersion >0.9.0.M4</sisuMavenPluginVersion >
360358 <invoker .streamLogsOnFailures>true</invoker .streamLogsOnFailures>
361359
@@ -614,11 +612,7 @@ limitations under the License.
614612 <java >
615613 <!-- orders of used formatters are important -->
616614 <!-- eg. palantir override importOrder, so should be first -->
617- <palantirJavaFormat >
618- <!-- Declare version so that spotless does not choose a version based on JDK version -->
619- <!-- https://github.com/diffplug/spotless/issues/2503#issuecomment-2953146277 -->
620- <version >${plantirJavaFormatVersion} </version >
621- </palantirJavaFormat >
615+ <palantirJavaFormat />
622616 <removeUnusedImports />
623617 <importOrder >
624618 <order >javax,java,,\#</order >
You can’t perform that action at this time.
0 commit comments