I am very new to gradle, i am trying to learn now. I was successfully able to configure gradle to a very simple project. Currently i am trying to learn gradle wrapper. What it specifies is that i do not need to download gradle on my system. I can add a task wrapper in build.gradle file and run task gradle wrapper. It should download gradle and create the gradlew.bat file.
Sorry for being naive, but i did not quite get it. If I dont have gradle installed on my machine, how will run the task.
Thanks.