From a3a84f81dc7a0353efc8f257e56f79bb925e1041 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 29 Mar 2023 15:11:46 +0530 Subject: fix(gradle): CC is now stable --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 0e1bca78..4fea4906 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ org.gradle.caching=true org.gradle.vfs.watch=true # Enable experimental configuration caching -org.gradle.unsafe.configuration-cache=true +org.gradle.configuration-cache=true # Enable kotlin-assignment plugin systemProp.org.gradle.unsafe.kotlin.assignment=true -- cgit v1.2.3