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 620B

123456789101112131415
  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 -XX:MaxPermSize=512m -Dfile.encoding=UTF-8
  5. # Activating will be much faster, but break the build of 'poi-ooxml-lite'
  6. # @todo: look into poi-ooxml-lite task generateModuleInfo and enforce running whatever is needed before
  7. org.gradle.caching=false
  8. # Modularise your project and enable parallel build
  9. org.gradle.parallel=true
  10. # Enable configure on demand.
  11. org.gradle.configureondemand=true