0 votes
in Gradle by
Explain Gradle Wrapper?

1 Answer

0 votes
by

A Gradle Wrapper is a tool that can aid you in running Gradle without having the need for installing or downloading the versions of Gradle you need. The Gradle version you work on with the help of Gradle Wrapper is specific to a particular project only. Gradle wrapper’s key features:

It is ideal for version control system and continuous integration servers.

The scripts of wrapper download the version of the Gradle you need.

It configures the wrapper by using wrapper tasks.

It is suitable for regular Integration Servers

Related questions

0 votes
0 votes
asked May 27, 2019 in Gradle by Ankita1283
0 votes
asked May 27, 2019 in Gradle by Ankita1283
...