io.github.turansky.kfc.version
所有者: Victor Turansky
在根项目中提供版本任务
https://github.com/turansky/kfc-plugins
来源:https://github.com/turansky/kfc-plugins
使用 插件 DSL
plugins {
id("io.github.turansky.kfc.version") version "8.18.0"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.turansky.kfc:kfc-gradle-plugin:8.18.0")
}
}
apply(plugin = "io.github.turansky.kfc.version")