Files
runelite/gradle.properties
Owain van Brakel 1534ca47dd gradle: Enable deamon
This does not work in intellij only when running from command line, it
only disabled the deamon on travis

This reverts commit 220e150ca1.
2019-07-25 05:07:49 +02:00

7 lines
218 B
INI

org.gradle.caching=true
org.gradle.warning.mode=all
org.gradle.parallel=true
org.gradle.console=rich
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8