Disable the configuration cache (for now).

This commit is contained in:
Greyson Parrelli
2025-03-31 14:46:59 -04:00
parent d1ba4fa19f
commit c9308f05ca
69 changed files with 11278 additions and 6705 deletions

View File

@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx12g -Xms256m -XX:MaxMetaspaceSize=1g
android.useAndroidX=true
android.experimental.androidTest.numManagedDeviceShards=4
org.gradle.configuration-cache=true
org.gradle.configuration-cache=false
# 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