io.github.kmbisset89.semver.plugin
Owner: Kerry Bisset
Gradle plugin for managing semantic versioning.
https://github.com/kmbisset89/SemVer
Sources: https://github.com/kmbisset89/SemVer
Version 1.0.53
1.0.53
Created 18 April 2024.
Gradle plugin for managing semantic versioning.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.kmbisset89.semver.plugin") version "1.0.53"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.kmbisset89.semver:plugin:1.0.53") } } apply(plugin = "io.github.kmbisset89.semver.plugin")
- Applying plugins to all subprojects .