compose-lobsters/.github/ci-gradle.properties
Harsh Shandilya 6e246ed246
github: add missing ci-gradle.properties
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-08-27 00:18:43 +05:30

5 lines
215 B
INI

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