Disable daemon (temporarily) to allow for CI builds to not run out of memory.

This commit is contained in:
sauilitired
2018-08-10 23:38:28 +02:00
parent 369ccb7c8d
commit d9bc1fcfe7
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
org.gradle.daemon=true
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.parallel=true