gradle.properties 685 B

1234567891011121314
  1. # Project-wide Gradle settings.
  2. # For more details on how to configure your build environment visit
  3. # http://www.gradle.org/docs/current/userguide/build_environment.html
  4. # Specifies the JVM arguments used for the daemon process.
  5. # The setting is particularly useful for tweaking memory settings.
  6. org.gradle.jvmargs=-Xmx2500m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
  7. # Enable building projects in parallel
  8. org.gradle.parallel=true
  9. # Gradle caching allows reusing the build artifacts from a previous
  10. # build with the same inputs. However, over time, the cache size will
  11. # grow. Uncomment the following line to enable it.
  12. #org.gradle.caching=true