aboutsummaryrefslogtreecommitdiff
path: root/.github/ci-gradle.properties
blob: 053002826b7184550a1cb9232532254c8f6b7674 (about) (plain)
1
2
3
4
5
6
org.gradle.daemon=true
org.gradle.configureondemand=true
android.enableBuildCache=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.caching=true
org.gradle.parallel=true