taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit f5213b24d337a4df9e8f56d6b2e5a2c02a909bb4
parent dfaf852dad332643f9e78556115a8fbb029a6fce
Author: Torsten Grote <t@grobox.de>
Date:   Wed, 22 Feb 2023 11:43:15 -0300

Give gradle more memory, because CI saw OOM errors

Diffstat:
Mgradle.properties | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties @@ -6,7 +6,7 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.jvmargs=-Xmx1536m +org.gradle.jvmargs=-Xmx4096m org.gradle.configureondemand=true # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit