0 votes
in Gradle by
What is the purpose of the Gradle Wrapper?

a) To create a new Gradle project

b) To manage dependencies in a Gradle project

c) To download and install Gradle on a computer

d) To deploy a Gradle project

1 Answer

0 votes
by

Answer: c) To download and install Gradle on a computer

Explanation: The Gradle Wrapper is a script used to download and install Gradle on a computer. It ensures that everyone working on the project uses the same version of Gradle.

Related questions

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