0 votes
in Gradle by
Which of the following is not a build lifecycle phase in Gradle?

a) validate

b) install

c) deploy

d) load

1 Answer

0 votes
by

Answer: d) load

Explanation: Gradle has several build lifecycle phases such as validate, compile, test, package, install, and deploy, but it does not have a “load” phase.

Related questions

0 votes
asked Apr 21 in Docker by rajeshsharma
0 votes
asked Mar 27 in Gradle by rajeshsharma
...