Turn off configuration cache (#1543)

This commit is contained in:
Harsh Shandilya 2021-11-17 16:27:19 +05:30 committed by GitHub
parent 40e65e1a8b
commit d7bbdce1c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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