Skip to content

Commit ef3559f

Browse files
authored
Upgrade palantir-java-format to Java 21 compatible release (#816)
1 parent e2dad99 commit ef3559f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,10 @@
707707
<indent>
708708
<spaces>true</spaces>
709709
</indent>
710-
<palantirJavaFormat />
710+
<palantirJavaFormat>
711+
<!-- TODO https://github.com/diffplug/spotless/issues/1774 -->
712+
<version>2.35.0</version>
713+
</palantirJavaFormat>
711714
<removeUnusedImports />
712715
<trimTrailingWhitespace />
713716
</java>

0 commit comments

Comments
 (0)