xref: /aosp_15_r20/external/dagger2/javatests/artifacts/dagger/lazyclasskey/gradle.properties (revision f585d8a307d0621d6060bd7e80091fdcbf94fe27)
1*f585d8a3SJacky Wangandroid.useAndroidX=true
2*f585d8a3SJacky Wangandroid.enableJetifier=true
3*f585d8a3SJacky Wang
4*f585d8a3SJacky Wang# Enable and fail the build if an issue is found that disallows the
5*f585d8a3SJacky Wang# configuration cache. These options along with this app being built in
6*f585d8a3SJacky Wang# presubmit helps us cache changes that would cause config cache to be disabled
7*f585d8a3SJacky Wang# via the HiltGradlePlugin.
8*f585d8a3SJacky Wangorg.gradle.unsafe.configuration-cache-problems=fail
9*f585d8a3SJacky Wangorg.gradle.unsafe.configuration-cache.max-problems=0
10*f585d8a3SJacky Wangorg.gradle.caching=true
11*f585d8a3SJacky Wangorg.gradle.parallel=true
12*f585d8a3SJacky Wangorg.gradle.jvmargs=-Xmx2048m
13