aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index c592e29b..55f81c51 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -11,6 +11,9 @@ org.gradle.vfs.watch=true
# Enable experimental configuration caching
org.gradle.unsafe.configuration-cache=true
+# FIXME Turn cache errors into warnings; can be removed when no
+# longer building dependencies from source
+org.gradle.unsafe.configuration-cache-problems=warn
# Enable Kotlin incremental compilation
kotlin.incremental=true