Revert to default gradle.properties
This commit is contained in:
parent
4383726e55
commit
e403c45fa3
@ -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
|
Loading…
x
Reference in New Issue
Block a user