de.epitschke.gradle-file-versioning
Owner: Elmar Pitschke
Handle the project versioning in an external version file.
https://github.com/epitschke/gradle-file-versioning
Sources: https://github.com/epitschke/gradle-file-versioning
Version 1.3.0 (latest)
1.3.0
Created 05 December 2021.
Handle the project versioning in an external version file.
Add this plugin to your build using the plugins DSL:
plugins {
id("de.epitschke.gradle-file-versioning") version "1.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.de.epitschke.gradle:de.epitschke.gradle-file-versioning:1.3.0") } } apply(plugin = "de.epitschke.gradle-file-versioning")
- Applying plugins to all subprojects .