aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-03-29 15:11:46 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-03-29 15:11:46 +0530
commita3a84f81dc7a0353efc8f257e56f79bb925e1041 (patch)
treeefaddce56b53819cc87cd1cf9ac64c5a6962f0f1 /gradle.properties
parent5a3d7511366711b93488d7dbefec15e60c8ced42 (diff)
fix(gradle): CC is now stable
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
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