com.dorkbox.VersionUpdate
Owner: Dorkbox LLC
Plugin to set version information in maven POM, java or kotlin files, and git tags
https://git.dorkbox.com/dorkbox/VersionUpdate
Sources: https://git.dorkbox.com/dorkbox/VersionUpdate
Version 1.5
1.5
Created 06 June 2019.
Gradle Plugin to update version information and git tags within the Gradle project and java/kotlin files
Add this plugin to your build using the plugins DSL:
plugins {
id("com.dorkbox.VersionUpdate") version "1.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.dorkbox:VersionUpdate:1.5") } } apply(plugin = "com.dorkbox.VersionUpdate")
- Applying plugins to all subprojects .