com.bonitasoft.gradle.bonita-release
Owner: Bonitasoft RD Team
Handle version of a project based on its tags
Sources: https://github.com/bonitasoft/
Version 0.1.43
0.1.43
Created 07 May 2019.
Handle version of a project based on its tags
Add this plugin to your build using the plugins DSL:
plugins {
id("com.bonitasoft.gradle.bonita-release") version "0.1.43"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.bonitasoft.gradle:bonita-gradle-plugins:0.1.43") } } apply(plugin = "com.bonitasoft.gradle.bonita-release")
- Applying plugins to all subprojects .