com.github.virtualcitysystems.semver
Owner: Zhihang Yao
A gradle plugin allowing to automatically bump the patch version for a CI/CD process.
https://github.com/virtualcitySYSTEMS/gradle-plugin-semver/
Sources: https://github.com/virtualcitySYSTEMS/gradle-plugin-semver
Version 1.0.0
1.0.0
Created 26 August 2021.
A gradle plugin allowing to automatically bump the patch version for a CI/CD process.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.virtualcitysystems.semver") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.virtualcitysystems:gradle-plugin-semver:1.0.0") } } apply(plugin = "com.github.virtualcitysystems.semver")
- Applying plugins to all subprojects .