com.github.pedrovgs.kuronometer
让我们测量世界上各地的开发者编译软件所用的时间。
https://github.com/pedrovgs/Kuronometer
来源: https://github.com/pedrovgs/Kuronometer
使用插件DSL
plugins {
id("com.github.pedrovgs.kuronometer") version "0.0.2"
}
使用旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.github.pedrovgs:kuronometer:0.0.2")
}
}
apply(plugin = "com.github.pedrovgs.kuronometer")