Skip to content

Commit 926af7c

Browse files
Manage version of palantirJavaFormat by spotless
1 parent 1026588 commit 926af7c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)