github: add missing ci-gradle.properties

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-27 00:18:43 +05:30
parent 39e695dbcc
commit 6e246ed246
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

5
.github/ci-gradle.properties vendored Normal file
View file

@ -0,0 +1,5 @@
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