update gradle and increase memory size
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/cc6c0ca1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/cc6c0ca1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/cc6c0ca1 Branch: refs/heads/master Commit: cc6c0ca10efccb9cbeb4e041d7add5405cfc720b Parents: e25d011 Author: Sagar <[email protected]> Authored: Mon Jun 13 15:01:24 2016 +0530 Committer: Sagar <[email protected]> Committed: Mon Jun 13 15:01:24 2016 +0530 ---------------------------------------------------------------------- gradle.properties | 5 ++++- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/cc6c0ca1/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 1d3591c..c1ac6d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,7 @@ # 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 -# org.gradle.parallel=true \ No newline at end of file +# org.gradle.parallel=true + +org.gradle.daemon=true +org.gradle.jvmargs=-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/cc6c0ca1/gradle/wrapper/gradle-wrapper.properties ---------------------------------------------------------------------- diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0c71e76..7ca2b70 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 10 15:27:10 PDT 2013 +#Mon Jun 13 14:56:44 IST 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
