Skip to content

Commit

Permalink
Upgrade palantir-java-format to Java 21 compatible release (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Aug 7, 2023
1 parent e2dad99 commit ef3559f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,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 ef3559f

Please sign in to comment.