io.github.cdsap.talaiot.plugin.pushgateway
所有者: Inaki Villar Algaba
Talaiot, Pushgateway 插件,简单且可扩展的插件,用于跟踪您的 Gradle 项目的任务和构建时间。
https://github.com/cdsap/Talaiot
来源: https://github.com/cdsap/Talaiot
版本 2.0.4 (最新版)
2.0.4
创建于 2024年3月2日。
Talaiot, Pushgateway 插件,简单且可扩展的插件,用于跟踪您的 Gradle 项目的任务和构建时间。
使用 插件 DSL
plugins {
id("io.github.cdsap.talaiot.plugin.pushgateway") version "2.0.4"
}
使用 旧插件应用方式
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.cdsap.talaiot.plugin:pushgateway-plugin:2.0.4")
}
}
apply(plugin = "io.github.cdsap.talaiot.plugin.pushgateway")
使用 插件 DSL
plugins {
id "io.github.cdsap.talaiot.plugin.pushgateway" version "2.0.4"
}
使用 旧插件应用方式
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "io.github.cdsap.talaiot.plugin:pushgateway-plugin:2.0.4"
}
}
apply plugin: "io.github.cdsap.talaiot.plugin.pushgateway"