Skip to content

Commit

Permalink
Remove gradle.daemon from default forced settings (#1276)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Serboncini <fserb@fserb.com.br>
  • Loading branch information
erisu and fserb committed Jul 14, 2021
1 parent adc380c commit b94409f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/config/GradlePropertiesParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit b94409f

Please sign in to comment.