We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99fa65 commit 5d567d3Copy full SHA for 5d567d3
gradle.properties
@@ -27,7 +27,8 @@ gradleVersion = 8.4
27
kotlin.stdlib.default.dependency = false
28
29
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
30
-org.gradle.configuration-cache = true
+# Disabled because of org.jetbrains.intellij.tasks.DownloadZipSignerTask
31
+org.gradle.configuration-cache = false
32
33
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
34
org.gradle.caching = true
0 commit comments