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