dev.icerock.gradle.talaiot
Owner: Aleksey Mikhailov
Wrapper for https://github.com/cdsap/Talaiot with predefined configuration for IceRock projects analytics
https://github.com/icerockdev/icerock-talaiot-config-plugin
Sources: https://github.com/icerockdev/icerock-talaiot-config-plugin
Version 3.0.3 (latest)
Created 08 September 2021.
Wrapper for https://github.com/cdsap/Talaiot with predefined configuration for IceRock projects analytics
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.icerock.gradle.talaiot") version "3.0.3"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("dev.icerock.gradle.talaiot:dev.icerock.gradle.talaiot.gradle.plugin:3.0.3") }
It can then be applied in the precompiled script plugin:plugins { id("dev.icerock.gradle.talaiot") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.icerock.gradle.talaiot:dev.icerock.gradle.talaiot.gradle.plugin:3.0.3") } } apply(plugin = "dev.icerock.gradle.talaiot")
- Applying plugins to all subprojects .