Skip to content

Commit

Permalink
Update spotless plugin palantir dependency to 2.35.0 to work with Jav…
Browse files Browse the repository at this point in the history
…a 21
  • Loading branch information
slachiewicz committed Sep 11, 2023
1 parent 9c482e2 commit dc0e87b
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 @@ -591,7 +591,10 @@ limitations under the License.
<java>
<!-- orders of used formatters are important -->
<!-- eg. palantir override importOrder, so should be first -->
<palantirJavaFormat />
<palantirJavaFormat>
<!-- TODO revert it with spotless plugin update with fix for https://github.com/diffplug/spotless/issues/1774 -->
<version>2.35.0</version>
</palantirJavaFormat>
<removeUnusedImports />
<importOrder>
<order>javax,java,,\#</order>
Expand Down

0 comments on commit dc0e87b

Please sign in to comment.