0 votes
in DevOps by

What is Gradle Build Life Cycle?

1 Answer

0 votes
by
Gradle Build life cycle consists of following three steps

-Initialization phase: In this phase the project layer or objects are organized

-Configuration phase: In this phase all the tasks are available for the current build and a

dependency graph is created

-Execution phase: In this phase tasks are executed.

Related questions

+1 vote
asked Feb 20, 2020 in Azure by MBarbieri
0 votes
asked Feb 20, 2020 in Azure by MBarbieri
0 votes
asked Nov 11, 2019 in DevOps by rajeshsharma
...