Skip to content

Discrepancies between Gradle reports and this plugin

Wojciech Zięba edited this page Dec 4, 2023 · 1 revision

This plugin might report different data to what Gradle logs at the end of a build.

Number of tasks

Gradle log (console or Gradle Scan) filters out lifecycle tasks, while measure-builds plugin doesn't.

Build time

measure-builds plugin uses BuildStartedTime internal service to determine the start of the build, the same as Gradle. The end of the build though is defined by FlowAction and might be slightly different from what Gradle uses. The discrepancy is minor.

Clone this wiki locally