Explorar el 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 hace 2 años
padre
commit
b98d360100
Se han modificado 1 ficheros con 3 adiciones y 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