gradle.properties 1.1 KB

1234567891011121314151617181920212223242526272829
  1. # Project-wide Gradle settings.
  2. # NOTE: This should be kept in sync with 'godot/platform/android/java/app/gradle.properties' except
  3. # where otherwise specified.
  4. # IDE (e.g. Android Studio) users:
  5. # Gradle settings configured through the IDE *will override*
  6. # any settings specified in this file.
  7. # For more details on how to configure your build environment visit
  8. # http://www.gradle.org/docs/current/userguide/build_environment.html
  9. android.enableJetifier=true
  10. android.useAndroidX=true
  11. # Specifies the JVM arguments used for the daemon process.
  12. # The setting is particularly useful for tweaking memory settings.
  13. org.gradle.jvmargs=-Xmx4536m
  14. # When configured, Gradle will run in incubating parallel mode.
  15. # This option should only be used with decoupled projects. More details, visit
  16. # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
  17. # org.gradle.parallel=true
  18. org.gradle.warning.mode=all
  19. # Disable resource optimizations for template release build.
  20. # NOTE: This is turned on for custom build in order to improve the release build.
  21. android.enableResourceOptimizations=false