選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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