com.github.ngyewch.git-version
拥有者: 尼克·杨
Gradle Git版本插件。
https://github.com/ngyewch/gradle-git-version
源码: https://github.com/ngyewch/gradle-git-version.git
使用插件DSL
plugins {
id("com.github.ngyewch.git-version") version "0.2"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.github.ngyewch:gradle-git-version:0.2")
}
}
apply(plugin = "com.github.ngyewch.git-version")