aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2022-10-08 17:18:58 -0700
committerTad Fisher <tadfisher@gmail.com>2022-10-09 16:13:35 -0700
commita244a0f3b84d64cceaf0eefd662c78aadab2514e (patch)
treef7f4a2582272c50f981fdd6854ba6d2c916c6700 /gradle.properties
parent98b7197aa55e14eaf48c862d990d1d7c020501dc (diff)
Use pgpainless hardwareDecryption branch for testing
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