Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-10-08 22:21:58 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-10-08 22:21:58 +0300
commit05217f30aa4aa1761190433e1b599ea87ff777d8 (patch)
tree5bccf0dec08143186230d8866e0cf13240df1973 /gradle.properties
parente4ab3704a65819a7b9f6a0d214e269301f8342da (diff)
Initialized new project with Android Studio wizard
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 000000000..743d692ce
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,13 @@
+# Project-wide Gradle settings.
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx1536m
+# 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