From 44f28217946c28d75ac2feaeeb1bec49f045e0d4 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 15 Nov 2021 23:21:57 +0530 Subject: build: upgrade Spotless and enable configuration caching --- gradle.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gradle.properties') 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 -- cgit v1.2.3