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.7.5
1.7.5
Created 22 September 2022.
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.7.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.intershop.gradle.version:gitflow-version-gradle-plugin:1.7.5") } } apply(plugin = "com.intershop.gradle.version.gitflow")
- Applying plugins to all subprojects .