diff --git a/gradle.properties b/gradle.properties index 2a9a2b82..4a18dcd0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,6 +31,11 @@ pom.scm.developerConnection=scm:git:git@github.com: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