Login
Remember
Register
Ask a Question
Which of the following is not a build lifecycle phase in Gradle?
0
votes
asked
May 23, 2024
in
Gradle
by
rajeshsharma
Which of the following is not a build lifecycle phase in Gradle?
a) validate
b) install
c) deploy
d) load
build
lifecycle
phase
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 23, 2024
by
rajeshsharma
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.
...