io.github.arthurstrokov.gitReleasePlugin
Owner: Arthur Strokov
Plugin for creating git tag for release control
https://github.com/arthurstrokov/git-release-plugin
Sources: https://github.com/arthurstrokov/git-release-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.arthurstrokov.gitReleasePlugin") version "1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.arthurstrokov:plugin:1.1") } } apply(plugin = "io.github.arthurstrokov.gitReleasePlugin")
- Applying plugins to all subprojects .