com.github.ngyewch.git-version
Owner: Nick Ng
Gradle Git version plugin.
https://github.com/ngyewch/gradle-git-version
Sources: https://github.com/ngyewch/gradle-git-version.git
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.ngyewch.git-version") version "0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.ngyewch:gradle-git-version:0.2") } } apply(plugin = "com.github.ngyewch.git-version")
- Applying plugins to all subprojects .