org.shipkit.shipkit-auto-version
Owner: Szczepan Faber
Increments version automatically for easy releases from CI
https://github.com/shipkit/org.shipkit.shipkit-auto-version
Sources: https://github.com/shipkit/org.shipkit.shipkit-auto-version.git
Version 2.0.17
2.0.17
Created 31 October 2024.
Increments version automatically for easy releases from CI
Add this plugin to your build using the plugins DSL:
plugins {
id("org.shipkit.shipkit-auto-version") version "2.0.17"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.shipkit:shipkit-auto-version:2.0.17") } } apply(plugin = "org.shipkit.shipkit-auto-version")
- Applying plugins to all subprojects .