Explorar o código

Increase max heap space in base gradle.properties, since the default of 512m leads to failed builds

Signed-off-by: Joshua Soberg <j15soberg@gmail.com>
Joshua Soberg %!s(int64=2) %!d(string=hai) anos
pai
achega
b98d360100
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      gradle.properties

+ 3 - 0
gradle.properties

@@ -5,3 +5,6 @@ NC_TEST_SERVER_PASSWORD=test
 android.enableJetifier=true
 android.useAndroidX=true
 #android.debug.obsoleteApi=true
+
+# Minimum max heap space to get reliable builds
+org.gradle.jvmargs=-Xmx1g