com.cdsap.talaiot.plugin.base
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.2 (latest)
1.4.2
Created 07 March 2021.
This plugin version will no longer resolve after JCenter becomes a permanent redirect to Maven Central as it uses dependencies only found in JCenter. See the following blog post for details: https://blog.gradle.org/portal-jcenter-impact
Talaiot, Base 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.base") version "1.4.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.cdsap.talaiot.plugin:base:1.4.2") } } apply(plugin = "com.cdsap.talaiot.plugin.base")
- Applying plugins to all subprojects .