Skip to content

Instantly share code, notes, and snippets.

@adipascu
Created August 12, 2016 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adipascu/6e4a15686ed5b5f4ad3656c0c42f5b18 to your computer and use it in GitHub Desktop.
Save adipascu/6e4a15686ed5b5f4ad3656c0c42f5b18 to your computer and use it in GitHub Desktop.
org.gradle.daemon=true
# 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
org.gradle.configureondemand=true
org.gradle.java.home=/usr/lib/jvm/java-8-oracle/
# 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
kotlin.incremental=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment