com.asarkar.gradle.build-time-tracker
Owner: Abhijit Sarkar
Gradle plugin that prints the time taken by the tasks in a build
https://github.com/asarkar/build-time-tracker
Sources: https://github.com/asarkar/build-time-tracker.git
Version 4.3.0 (latest)
4.3.0
Created 06 May 2022.
Gradle plugin that prints the time taken by the tasks in a build
Add this plugin to your build using the plugins DSL:
plugins {
id("com.asarkar.gradle.build-time-tracker") version "4.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.asarkar.gradle:build-time-tracker:4.3.0") } } apply(plugin = "com.asarkar.gradle.build-time-tracker")
- Applying plugins to all subprojects .