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