gradle.properties 1.2 KB

123456789101112131415161718192021222324252627
  1. # +----------------------------------------------------------------------
  2. # | Created by Yunbao
  3. # +----------------------------------------------------------------------
  4. # | Copyright (c) 2013~2022 http://www.yunbaokj.com All rights reserved.
  5. # +----------------------------------------------------------------------
  6. # | Author: https://gitee.com/yunbaokji/
  7. # +----------------------------------------------------------------------
  8. # | Date: 2022-02-17
  9. # +----------------------------------------------------------------------
  10. # Project-wide Gradle settings.
  11. # IDE (e.g. Android Studio) users:
  12. # Gradle settings configured through the IDE *will override*
  13. # any settings specified in this file.
  14. # For more details on how to configure your build environment visit
  15. # http://www.gradle.org/docs/current/userguide/build_environment.html
  16. # Specifies the JVM arguments used for the daemon process.
  17. # The setting is particularly useful for tweaking memory settings.
  18. org.gradle.jvmargs=-Xmx1536m
  19. # When configured, Gradle will run in incubating parallel mode.
  20. # This option should only be used with decoupled projects. More details, visit
  21. # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
  22. # org.gradle.parallel=true