com.intershop.gradle.version.gitflow
Owner: M.Raab
Gradle SCM version plugin - SCM based version handling for Gradle
https://github.com/IntershopCommunicationsAG/gitflow-version-gradle-plugin
Sources: https://github.com/IntershopCommunicationsAG/gitflow-version-gradle-plugin
Version 1.0.0
1.0.0
Created 22 February 2021.
Gradle SCM version plugin - SCM based version handling for Gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.intershop.gradle.version.gitflow") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.intershop.gradle.version:gitflow-version-gradle-plugin:1.0.0") } } apply(plugin = "com.intershop.gradle.version.gitflow")
- Applying plugins to all subprojects .