Skip to content

Commit

Permalink
HV-2051 Spotless: use a cache dir per module and not single in the root
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Oct 22, 2024
1 parent 2427594 commit f674c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@
<configuration>
<upToDateChecking>
<enabled>true</enabled>
<indexFile>.cache/spotless-index-${version.spotless-maven-plugin}</indexFile>
<indexFile>${project.basedir}/.cache/spotless-index-${version.spotless-maven-plugin}</indexFile>
</upToDateChecking>
<formats>
<format>
Expand Down

0 comments on commit f674c12

Please sign in to comment.