Gradle Build Time Breakdown
Parameters
Total duration of the build in milliseconds.
The elapsed time from the very start of the build to the moment when any kind of configuration starts in milliseconds.
The elapsed time to build plugins, execute build scripts, configure projects and create the task execution plan in milliseconds. null
if the build failed before the configuration phase.
The elapsed time from the start of the execution of the first task of the main build to the end of the execution of the last task of the main build in milliseconds. null
if the build failed before the execution phase.
The elapsed time from the end of the execution of the last task of the main build to the end of the build in milliseconds. null
if there was no end of build phase. null
if the build failed before the end of build phase.