mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
Remove gradle.daemon from default forced settings (#1276)
Co-authored-by: Fernando Serboncini <fserb@fserb.com.br>
This commit is contained in:
parent
adc380cf9f
commit
b94409ffe0
@ -30,9 +30,6 @@ class GradlePropertiesParser {
|
|||||||
*/
|
*/
|
||||||
constructor (platformDir) {
|
constructor (platformDir) {
|
||||||
this._defaults = {
|
this._defaults = {
|
||||||
// 10 seconds -> 6 seconds
|
|
||||||
'org.gradle.daemon': 'true',
|
|
||||||
|
|
||||||
// to allow dex in process
|
// to allow dex in process
|
||||||
'org.gradle.jvmargs': '-Xmx2048m',
|
'org.gradle.jvmargs': '-Xmx2048m',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user