diff options
author | Torsten Grote <t@grobox.de> | 2020-03-18 15:54:36 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-03-18 15:54:36 -0300 |
commit | 070fd9b7d3793082e447d7713d1dda932f237c99 (patch) | |
tree | 5d1c3ec9006eeb8adb23bac34edbced2642dba86 /gradle.properties | |
parent | d20a5a81af4fa88eb26ea9678ecc13a0dd3d64a5 (diff) | |
download | taler-android-070fd9b7d3793082e447d7713d1dda932f237c99.tar.gz taler-android-070fd9b7d3793082e447d7713d1dda932f237c99.tar.bz2 taler-android-070fd9b7d3793082e447d7713d1dda932f237c99.zip |
Factor out some cashier code into common library
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 00f6d64..337c38f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,7 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx1536m +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 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects |