Skip to content

Commit

Permalink
Fix spotless plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Dec 1, 2023
1 parent 4a7ae57 commit b0356e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
<version>2.41.0</version>
<configuration>
<java>
<includes>
<include>src/main/java/**/*.java</include>
<include>src/test/java/**/*.java</include>
</includes>
<importOrder />
<removeUnusedImports />
<prettier>
Expand Down

0 comments on commit b0356e3

Please sign in to comment.