Search Gradle plugins

io.github.cdsap.talaiot.plugin.pushgateway

Talaiot, Pushgateway Plugin, 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.5.2

1.5.2

Created 06 May 2022.

Talaiot, Pushgateway 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("io.github.cdsap.talaiot.plugin.pushgateway") version "1.5.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.cdsap.talaiot.plugin:pushgateway:1.5.2")
      }
    }
    
    apply(plugin = "io.github.cdsap.talaiot.plugin.pushgateway")
  • Applying plugins to all subprojects .