Add support for configuration cache.

This commit is contained in:
Greyson Parrelli
2025-03-24 14:21:07 -04:00
committed by Cody Henthorne
parent 0f72c6face
commit eba5c5ceeb
3 changed files with 20 additions and 40 deletions

View File

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