com.intershop.gradle.scmversion
Owner: M.Raab
Gradle SCM version plugin - SCM based version handling for Gradle
https://github.com/IntershopCommunicationsAG/scmversion-gradle-plugin
Sources: https://github.com/IntershopCommunicationsAG/scmversion-gradle-plugin
Version 2.1.0
2.1.0
Created 19 September 2016.
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.scmversion") version "2.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.intershop.gradle.scm:scmversion-gradle-plugin:2.1.0") } } apply(plugin = "com.intershop.gradle.scmversion")
- Applying plugins to all subprojects .