Skip to content

Commit 5d567d3

Browse files
authored
CM-29911 - Disable gradle configuration cache (#30)
1 parent d99fa65 commit 5d567d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ gradleVersion = 8.4
2727
kotlin.stdlib.default.dependency = false
2828

2929
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
30-
org.gradle.configuration-cache = true
30+
# Disabled because of org.jetbrains.intellij.tasks.DownloadZipSignerTask
31+
org.gradle.configuration-cache = false
3132

3233
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
3334
org.gradle.caching = true

0 commit comments

Comments
 (0)