We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3776083 commit 1bda201Copy full SHA for 1bda201
pom.xml
@@ -995,16 +995,16 @@
995
</dependencies>
996
</plugin>
997
<!--
998
- Code formatting configuration:
999
- -->
+ Code formatting configuration:
+ -->
1000
<plugin>
1001
<groupId>com.diffplug.spotless</groupId>
1002
<artifactId>spotless-maven-plugin</artifactId>
1003
<version>${version.spotless-maven-plugin}</version>
1004
<configuration>
1005
<upToDateChecking>
1006
<enabled>true</enabled>
1007
- <indexFile>.cache/spotless-index-${version.spotless-maven-plugin}</indexFile>
+ <indexFile>${project.basedir}/.cache/spotless-index-${version.spotless-maven-plugin}</indexFile>
1008
</upToDateChecking>
1009
<formats>
1010
<format>
0 commit comments