From a244a0f3b84d64cceaf0eefd662c78aadab2514e Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Sat, 8 Oct 2022 17:18:58 -0700 Subject: Use pgpainless hardwareDecryption branch for testing --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gradle.properties') 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 -- cgit v1.2.3