diff options
author | Samuel Holland <samuel@sholland.org> | 2017-07-28 23:10:37 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-07-28 23:10:37 -0500 |
commit | 56cf8816d3115d18c47b7305eaf8246f11e70c83 (patch) | |
tree | 8440b0843b9f2a08fa3b7be34530238ae3ef3947 /gradle.properties | |
parent | b8cb52ed4b476fc50dc8c5c1cbb5239b5f5964c4 (diff) |
project: Create empty project with WireGuard icon
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 00000000..aac7c9b4 --- /dev/null +++ b/gradle.properties @@ -0,0 +1,17 @@ +# 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 |