Enable the gradle configuration cache.

This commit is contained in:
Greyson Parrelli
2026-01-04 23:57:35 -05:00
committed by jeffrey-signal
parent fdcd24feb1
commit a3c9f04719
2 changed files with 95 additions and 84 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
org.gradle.jvmargs=-Xmx12g -Xms256m -XX:MaxMetaspaceSize=1g
android.useAndroidX=true
android.experimental.androidTest.numManagedDeviceShards=4
org.gradle.configuration-cache=false
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=fail
# We never want to use auto-provisioning, as it breaks reproducible builds.
# This should not be a problem, because we never configure a "javaRepositories"
# item to tell Gradle where to auto-provision the toolchain from, but adding