breautek commented on issue #1347:
URL: 
https://github.com/apache/cordova-android/issues/1347#issuecomment-2142725004

   > Why do we need to install gradle manually when cordova is also installing 
a given version. Can't cordova install and use one single gradle version?
   
   The system gradle is used to install something known as a "gradle wrapper", 
which is a gradle at the version specified for the project. Allowing different 
projects to use different gradle versions.
   
   Gradle recommends checking in the wrapper into the repository and 
redistribute so that users need to have a full gradle install themselves but 
Apache has a lot of legal policies and security concerns on redistributing 
binaries since they can be hard to assert that they come from a legit source. 
This is the primary the reason why we rely on a system gradle to install the 
wrapper.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

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


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

Reply via email to