Skip to content

Commit

Permalink
Update palantirJavaFormat for spotless - JDK 21 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 7, 2023
1 parent 905e40a commit c5649ba
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 @@ -595,7 +595,10 @@
<java>
<!-- orders of used formatters are important -->
<!-- eg. palantir override importOrder, so should be first -->
<palantirJavaFormat />
<palantirJavaFormat>
<!-- can be removed after fix https://github.com/diffplug/spotless/issues/1774 -->
<version>2.38.0</version>
</palantirJavaFormat>
<removeUnusedImports />
<importOrder>
<order>javax,java,,\#</order>
Expand Down

0 comments on commit c5649ba

Please sign in to comment.