Gradle - Configuration (Phase and element)

Card Puncher Data Processing

About

The configuration phase is the second fixed phase of a build execution

It constructs and configures the task graph for the build and then determines which tasks need to run and in which order, based on the task the user wants to run.

The configuration phase is evaluated every time the build runs and expensive work should be avoid in this phase. Build scans can help you identify such problem.

List





Recommended Pages
Card Puncher Data Processing
Gradle - Build

A build is a lifecyle task that executes a graph of task Gradle executes build scripts in three fixed phases: Initialization: Sets up the environment for the build and determine which projects will...
Card Puncher Data Processing
Gradle - Script

Gradle scripts are configuration scripts. As the script executes, it configures/build an object of a particular type (called the delegate object of the script) Type of script Build and instance...
Card Puncher Data Processing
Gradle - settings file

The Gradle settings script is a configuration element of a multi-project. It declares the configuration required to instantiate and configure the hierarchy of Project instances which are to participate...



Share this page:
Follow us:
Task Runner