From e403c45fa33b6ed2592bf7212f48176c9737f06e Mon Sep 17 00:00:00 2001 From: Emux Date: Mon, 20 Jun 2016 13:09:20 +0300 Subject: [PATCH] Revert to default gradle.properties --- gradle.properties | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/gradle.properties b/gradle.properties index d4a543a4..1d3591c8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,22 +1,18 @@ -# VERSION_NAME=0.9.2-SNAPSHOT -# VERSION_CODE=92 -# GROUP=com.github.chrisbanes.actionbarpulltorefresh +# Project-wide Gradle settings. -# POM_DESCRIPTION=A vector-tile-map for android, java-desktop and gwt -# POM_URL=https://github.com/hjanetzek/vtm -# POM_SCM_URL=https://github.com/hjnaetzek/vtm -# POM_SCM_CONNECTION=scm:git@github.com:hjanetzek/vtm.git -# POM_SCM_DEV_CONNECTION=scm:git@github.com:hjanetzek/vtm.git -# POM_LICENCE_NAME=GNU Lesser General Public License, Version 3.0 -# POM_LICENCE_URL=http://www.gnu.org/licenses/lgpl-3.0.txt -# POM_LICENCE_DIST=repo -# POM_DEVELOPER_ID=hjanetzek -# POM_DEVELOPER_NAME=Hannes Janetzek +# IDE (e.g. Android Studio) users: +# Gradle settings configured through the IDE *will override* +# any settings specified in this file. -org.gradle.daemon=true -org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=512m +# For more details on how to configure your build environment visit +# http://www.gradle.org/docs/current/userguide/build_environment.html -# options to speed up compilation once everything else is working: -org.gradle.parallel=false -org.gradle.configureondemand=false +# Specifies the JVM arguments used for the daemon process. +# The setting is particularly useful for tweaking memory settings. +# Default value: -Xmx10248m -XX:MaxPermSize=256m +# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +# 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