From b94409ffe0ccc511b98fc7af7ce180f3a76aa611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Wed, 14 Jul 2021 17:22:11 +0900 Subject: [PATCH] Remove gradle.daemon from default forced settings (#1276) Co-authored-by: Fernando Serboncini --- lib/config/GradlePropertiesParser.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/config/GradlePropertiesParser.js b/lib/config/GradlePropertiesParser.js index 2c8aaa8d..9189a91b 100644 --- a/lib/config/GradlePropertiesParser.js +++ b/lib/config/GradlePropertiesParser.js @@ -30,9 +30,6 @@ class GradlePropertiesParser { */ constructor (platformDir) { this._defaults = { - // 10 seconds -> 6 seconds - 'org.gradle.daemon': 'true', - // to allow dex in process 'org.gradle.jvmargs': '-Xmx2048m',