diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-17 16:27:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 16:27:19 +0530 |
commit | d7bbdce1c08134ab3d09be5cf211424f11eda53c (patch) | |
tree | ef822e916cfef333ae1a5bb36f18b1799f31c4d5 /gradle.properties | |
parent | 40e65e1a8bec914345b3b74040e47e43b15625a0 (diff) |
Turn off configuration cache (#1543)
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 4c8416e5..c572550f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,9 +9,6 @@ org.gradle.caching=true # Enable filesystem watching org.gradle.vfs.watch=true -# Enable experimental configuration caching -org.gradle.unsafe.configuration-cache=true - # Enable Kotlin incremental compilation kotlin.incremental=true |