Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. ## Project-wide Gradle settings.
  2. #
  3. # For more details on how to configure your build environment visit
  4. # http://www.gradle.org/docs/current/userguide/build_environment.html
  5. #
  6. # Specifies the JVM arguments used for the daemon process.
  7. # The setting is particularly useful for tweaking memory settings.
  8. # Default value: -Xmx10248m -XX:MaxPermSize=256m
  9. # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
  10.  
  11. org.gradle.daemon=true
  12.  
  13. org.gradle.jvmargs=-Xmx8192m -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
  14.  
  15. #
  16. # When configured, Gradle will run in incubating parallel mode.
  17. # This option should only be used with decoupled projects. More details, visit
  18. # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
  19.  
  20. org.gradle.parallel=true
  21. org.gradle.caching=true
  22.  
  23. #Fri Apr 08 18:47:31 EEST 2016
  24. # android.useDeprecatedNdk=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement