We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
upToDateChecking
1 parent b0d0d2e commit 463330cCopy full SHA for 463330c
.gitignore
@@ -17,6 +17,7 @@ scalastyle-output.xml
17
.settings
18
.project
19
.version.properties
20
+.spotless-index-file
21
filter.properties
22
logs.zip
23
.mvn/wrapper/*.jar
pom.xml
@@ -2240,6 +2240,10 @@ under the License.
2240
<artifactId>spotless-maven-plugin</artifactId>
2241
<version>${spotless.version}</version>
2242
<configuration>
2243
+ <upToDateChecking>
2244
+ <enabled>true</enabled>
2245
+ <indexFile>${project.basedir}/.spotless-index-file</indexFile>
2246
+ </upToDateChecking>
2247
<java>
2248
<googleJavaFormat>
2249
<version>1.24.0</version>
0 commit comments