com.corneliudascalu.autoversion
Owner: Corneliu Dascalu
Auto versioning based on the most recent git tag
https://github.com/corneliudascalu/autoversion
Sources: https://github.com/corneliudascalu/autoversion
Version 0.1
0.1
Created 06 May 2020.
Auto versioning based on the most recent git tag
Add this plugin to your build using the plugins DSL:
plugins {
id("com.corneliudascalu.autoversion") version "0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.corneliudascalu:autoversion:0.1") } } apply(plugin = "com.corneliudascalu.autoversion")
- Applying plugins to all subprojects .