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

123456789
  1. aspectjVersion=1.9.4
  2. systemProp.org.gradle.internal.publish.checksums.insecure=true
  3. org.gradle.daemon=true
  4. org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
  5. org.gradle.parallel=true
  6. org.gradle.configureondemand=true
  7. org.gradle.warning.mode=all
  8. org.gradle.console=plain