Skip to content

Commit

Permalink
Remove gradle.daemon from default forced settings (apache#1276)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Serboncini <fserb@fserb.com.br>
  • Loading branch information
2 people authored and wedgberto committed May 17, 2022
1 parent a3aba44 commit 3113a69
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 3113a69

Please sign in to comment.