com.cdsap.talaiot.plugin.graph
Owner: Inaki Villar Algaba
Simple and extensible plugin to track task and build times in your Gradle Project.
https://github.com/cdsap/Talaiot
Sources: https://github.com/cdsap/Talaiot
Version 1.4.1
1.4.1
Created 17 December 2020.
Talaiot, Graph Plugin, simple and extensible plugin to track task and build times in your Gradle Project.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.cdsap.talaiot.plugin.graph") version "1.4.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.cdsap.talaiot.plugin:graph:1.4.1") } } apply(plugin = "com.cdsap.talaiot.plugin.graph")
- Applying plugins to all subprojects .