io.apioo.versioning
Owner: Mr Nerd With Benefits
Semantic Versioning Plugin
https://git.swisscom.com/projects/SCNWB/repos/versioning-plugin/browse
Sources: https://github.com/bmchub/versioning-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("io.apioo.versioning") version "0.1.19"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.apioo.versioning:versioning-plugin:0.1.19") } } apply(plugin = "io.apioo.versioning")
- Applying plugins to all subprojects .