Skip to content

Commit

Permalink
Upgrade palantir-java-format to Java 21 compatible release (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 7, 2023
1 parent 293c2d9 commit 842d030
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -621,7 +621,10 @@
<indent>
<spaces>true</spaces>
</indent>
<palantirJavaFormat />
<palantirJavaFormat>
<!-- TODO https://github.com/diffplug/spotless/issues/1774 -->
<version>2.35.0</version>
</palantirJavaFormat>
<removeUnusedImports />
<trimTrailingWhitespace />
</java>
Expand Down

0 comments on commit 842d030

Please sign in to comment.