build: Enable Gradle 8.11 parallel configuration cache (#1100)

This commit is contained in:
Nik Clayton 2024-11-14 12:11:30 +01:00 committed by GitHub
parent cc8e778dbd
commit 1cb5053332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ org.gradle.jvmargs=-XX:+UseParallelGC -Xmx4g -Dfile.encoding=UTF-8 -XX:MaxMetasp
# use parallel execution
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
# Disable buildFeatures flags by default
android.defaults.buildfeatures.resvalues=false