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.
354
354
<junit5Version >5.13.4</junit5Version >
355
355
<njord .version>0.7.5</njord .version>
356
356
<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 >
359
357
<sisuMavenPluginVersion >0.9.0.M4</sisuMavenPluginVersion >
360
358
<invoker .streamLogsOnFailures>true</invoker .streamLogsOnFailures>
361
359
@@ -614,11 +612,7 @@ limitations under the License.
614
612
<java >
615
613
<!-- orders of used formatters are important -->
616
614
<!-- 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 />
622
616
<removeUnusedImports />
623
617
<importOrder >
624
618
<order >javax,java,,\#</order >
You can’t perform that action at this time.
0 commit comments