0 votes
in Gradle by
What Is Gradle Wrapper?

1 Answer

0 votes
by

A wrapper is a batch script and it is one of the ways to perform Gradle build. When executed the first time, it automatically downloads Gradle and then initiates the build.

It helps to set up Gradle workspace quickly for first-time users (Zero installation) and also ensures all the developers use the same version of Gradle.

Related questions

0 votes
asked Apr 1 in Gradle by rajeshsharma
0 votes
asked Apr 1 in Gradle by rajeshsharma
...