0 votes
in Gradle by

Which Gradle task is used to generate a Gradle build script with project dependencies?

a) init

b) dependencies

c) buildScript

d) createBuild

1 Answer

0 votes
by

Answer: b) dependencies

reason: The dependencies task is used to generate a Gradle build script with project dependencies. It displays a tree of the dependencies for a project.

Related questions

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