Skip to content

Commit

Permalink
HSEARCH-5256 Spotless: use a cache dir per module and not single in t…
Browse files Browse the repository at this point in the history
…he root

as we end up with cache misses all the time with the current config
  • Loading branch information
marko-bekhta committed Oct 22, 2024
1 parent 3776083 commit 1bda201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -995,16 +995,16 @@
</dependencies>
</plugin>
<!--
Code formatting configuration:
-->
Code formatting configuration:
-->
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>${version.spotless-maven-plugin}</version>
<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 1bda201

Please sign in to comment.