com.github.arcticlampyrid.gradle-git-version
Owner: ArcticLampyrid
A plugin to set version based on git info
https://github.com/ArcticLampyrid/gradle-git-version
Sources: https://github.com/ArcticLampyrid/gradle-git-version
Version 1.0.3
1.0.3
Created 19 December 2021.
A plugin to set version based on git info
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.arcticlampyrid.gradle-git-version") version "1.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.arcticlampyrid:gradle-git-version:1.0.3") } } apply(plugin = "com.github.arcticlampyrid.gradle-git-version")
- Applying plugins to all subprojects .