您最多选择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