You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gradle.properties 494B

1234567891011121314
  1. # Specifies the JVM arguments used for the daemon process.
  2. # The setting is particularly useful for tweaking memory settings.
  3. # Less than 2G definitely slows things down. -XX:+HeapDumpOnOutOfMemoryError
  4. org.gradle.jvmargs=-Xmx2G -Dfile.encoding=UTF-8
  5. # Activating will be much faster, but break the build of 'poi-ooxml-lite'
  6. org.gradle.caching=true
  7. # Modularise your project and enable parallel build
  8. org.gradle.parallel=true
  9. # Enable configure on demand.
  10. org.gradle.configureondemand=true