Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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