diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-15 23:21:57 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-16 00:22:17 +0530 |
commit | 44f28217946c28d75ac2feaeeb1bec49f045e0d4 (patch) | |
tree | 9fd1659f841cf7d37dbd496dad03f742dab22809 /gradle.properties | |
parent | c2e2e4f842919ba0eab3c4ce5be7fd3fad3ab328 (diff) |
build: upgrade Spotless and enable configuration caching
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index a0268199..4c8416e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,9 +6,12 @@ org.gradle.parallel=true org.gradle.configureondemand=true org.gradle.caching=true -# Enabling filesystem watching +# 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 |