Remove gradle.daemon from default forced settings (#1276)

Co-authored-by: Fernando Serboncini <fserb@fserb.com.br>
This commit is contained in:
エリス 2021-07-14 17:22:11 +09:00 committed by GitHub
parent adc380cf9f
commit b94409ffe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',