Skip to content

Commit

Permalink
Ignore .git/.probe- files in the configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Aug 21, 2024
1 parent 3ae4188 commit 8b3574b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ pom.scm.developerConnection=scm:git:[email protected]:JavierSegoviaCordoba/semver-g
kotlin.code.style=official
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.inputs.unsafe.ignore.file-system-checks=\
.git/.probe-**;\
.git/.probe-*;\
~/.git/.probe-*;\
~/.git/.probe-**
org.gradle.configuration-cache.problems=warn
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx2048m
Expand Down

0 comments on commit 8b3574b

Please sign in to comment.