My god gradle is slow

This commit is contained in:
Daniel Mills 2021-07-03 01:42:52 -04:00
parent 38ca7c030f
commit a942ea6ee2
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx3072m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.caching=true
org.gradle.configureondemand=true