Skip to content

Commit f674c12

Browse files
committed
HV-2051 Spotless: use a cache dir per module and not single in the root
1 parent 2427594 commit f674c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@
14391439
<configuration>
14401440
<upToDateChecking>
14411441
<enabled>true</enabled>
1442-
<indexFile>.cache/spotless-index-${version.spotless-maven-plugin}</indexFile>
1442+
<indexFile>${project.basedir}/.cache/spotless-index-${version.spotless-maven-plugin}</indexFile>
14431443
</upToDateChecking>
14441444
<formats>
14451445
<format>

0 commit comments

Comments
 (0)