Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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