com.glovoapp.semantic-versioning
Owner: Glovo
A Gradle plugin implementing https://semver.org/
https://github.com/Glovo/gradle-versioning-plugin
Sources: https://github.com/Glovo/gradle-versioning-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.glovoapp.semantic-versioning") version "1.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.glovoapp.gradle:gradle-versioning-plugin:1.1.0") } } apply(plugin = "com.glovoapp.semantic-versioning")
- Applying plugins to all subprojects .