me.qoomon.git-versioning
Owner: Bengt Brodersen
This extension will adjust the project version, based on current git branch or tag.
https://github.com/qoomon/gradle-git-versioning-plugin
Sources: https://github.com/qoomon/gradle-git-versioning-plugin.git
Version 1.0.1
1.0.1
Created 27 March 2019.
This extension will adjust the project version, based on current git branch or tag.
Add this plugin to your build using the plugins DSL:
plugins {
id("me.qoomon.git-versioning") version "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("me.qoomon:gradle-git-versioning-plugin:1.0.1") } } apply(plugin = "me.qoomon.git-versioning")
- Applying plugins to all subprojects .