gradle.properties 276 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 org.gradle.daemon=true org.gradle.parallel=true org.gradle.caching=true org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.incremental=true org.gradle.configureondemand=true org.gradle.configuration-cache=true