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.4
0.4
Created 20 January 2022.
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.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.corneliudascalu:autoversion:0.4") } } apply(plugin = "com.corneliudascalu.autoversion")
- Applying plugins to all subprojects .