Skip to content

Commit facfec1

Browse files
committed
Enable Gradle configuration cache for faster builds
- Add org.gradle.configuration-cache=true - Set problems to warn level to identify compatibility issues - Expected 5-15% improvement in Gradle configuration phase - Part of test workflow optimization (Tier 1)
1 parent 6007445 commit facfec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ kotlin.code.style=official
55
kotlin.compilerArgs=-Xjspecify-annotations=strict, -Xtype-enhancement-improvements-strict-mode
66

77
org.gradle.caching=true
8+
org.gradle.configuration-cache=true
9+
org.gradle.configuration-cache.problems=warn
810
org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8
911
org.gradle.parallel=true

0 commit comments

Comments
 (0)