com.github.rising3.semver
Owner: Michio Nakagawa
A plugin that can updating the semantic versions like `yarn version` command.
https://github.com/rising3/semver-gradle-plugin
Sources: https://github.com/rising3/semver-gradle-plugin.git
Version 0.8.0
0.8.0
Created 13 January 2022.
A plugin that can updating the semantic versions like `yarn version` command.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.rising3.semver") version "0.8.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.rising3:semver-gradle-plugin:0.8.0") } } apply(plugin = "com.github.rising3.semver")
- Applying plugins to all subprojects .