Skip to content

Commit 102bd42

Browse files
Ignore .git/.probe- files in the configuration cache
1 parent 3ae4188 commit 102bd42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle.properties

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ pom.scm.developerConnection=scm:git:[email protected]:JavierSegoviaCordoba/semver-g
3131
kotlin.code.style=official
3232
org.gradle.caching=true
3333
org.gradle.configuration-cache=true
34+
org.gradle.configuration-cache.inputs.unsafe.ignore.file-system-checks=\
35+
.git/.probe-**
3436
org.gradle.configuration-cache.problems=warn
3537
org.gradle.configureondemand=true
3638
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)