Enable configuration-cache

Fixes KTI-1553
This commit is contained in:
cristiangarcia
2024-03-05 21:16:47 +01:00
committed by Space Team
parent 786c37286c
commit 09dc9c6743
2 changed files with 1 additions and 7 deletions
+1
View File
@@ -8,6 +8,7 @@ kotlin.incremental.useClasspathSnapshot=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.kotlin.dsl.allWarningsAsErrors=true
# Please keep it in sync with buildSrc gradle.properties.