Revert to default gradle.properties

This commit is contained in:
Emux 2016-06-20 13:09:20 +03:00
parent 4383726e55
commit e403c45fa3

View File

@ -1,22 +1,18 @@
# VERSION_NAME=0.9.2-SNAPSHOT # Project-wide Gradle settings.
# VERSION_CODE=92
# GROUP=com.github.chrisbanes.actionbarpulltorefresh
# POM_DESCRIPTION=A vector-tile-map for android, java-desktop and gwt # IDE (e.g. Android Studio) users:
# POM_URL=https://github.com/hjanetzek/vtm # Gradle settings configured through the IDE *will override*
# POM_SCM_URL=https://github.com/hjnaetzek/vtm # any settings specified in this file.
# 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
org.gradle.daemon=true # For more details on how to configure your build environment visit
org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=512m # http://www.gradle.org/docs/current/userguide/build_environment.html
# options to speed up compilation once everything else is working: # Specifies the JVM arguments used for the daemon process.
org.gradle.parallel=false # The setting is particularly useful for tweaking memory settings.
org.gradle.configureondemand=false # 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