From a040c921ecadc566d41b3e78c37d3dba95e87ebf Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Sun, 5 Mar 2017 18:28:54 +0800 Subject: [PATCH] tweaking travis config --- gradle.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5633fbbd5..8739829a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms2048m -Xmx3072m -kotlin.incremental=true -kotlin.daemon.enabled=false -kotlin.daemon.log.path=$HOME/.kotlin-daemon/logs/ -kotlin.daemon.verbose=true \ No newline at end of file + +systemProp.kotlin.incremental=true +systemProp.kotlin.daemon.enabled=null +systemProp.kotlin.daemon.log.path=$HOME/.kotlin-daemon/logs/ +systemProp.kotlin.daemon.verbose=true \ No newline at end of file