You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/01 13:13:24 UTC

[GitHub] [cordova-android] fserb commented on issue #982: gradle.daemon always overwritten on gradle.properties

fserb commented on issue #982:
URL: https://github.com/apache/cordova-android/issues/982#issuecomment-636853501


   Yeah, that's close to what I did in the end. I created an after_build hook on android that kills gradle.
   
   That's the whole point of this. You should not have to ask me why. There's an option on gradle, the option should be respected and not overwritten every time it's run. Specially if it's an option that leave a daemon running on my computer, that should not even be default. This setting should be in the documentation, not in the default.
   
   Running `cordova android` doesn't give you permission to do whatever it wants on the computer. It definitely doesn't state that "this is a cordova android development machine, which is what I'll be doing until I reboot, so please spawn daemons to make this faster next time".
   
   This is a horrible practice. Not only everything would be worse off if every program acted like this, but also, it's a huge break of trust between a command line application and the user. This is borderline malware level of evilness.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org