Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6fc7727 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Improve build speed by enabling gradle configuration cache

parent fa53d4cd
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
org.gradle.jvmargs=-Xmx1536M
# [https://developer.android.com/build/optimize-your-build#optimize]
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=512m
org.gradle.parallel=true

# configuration cache [https://developer.android.com/build/optimize-your-build#use-the-configuration-cache-experimental]
org.gradle.unsafe.configuration-cache=true
org.gradle.unsafe.configuration-cache-problems=warn

# Android
android.useAndroidX=true
 No newline at end of file