com.prot.versioninfo
Owner: George Zhou
Generate version-info.properties file at build time to capture project version, build time and revision info
https://github.com/zpc888/jar-version-info-gradle-plugin
Sources: https://github.com/zpc888/jar-version-info-gradle-plugin.git
Version 0.5 (latest)
0.5
Created 20 June 2018.
Generate version-info.properties file at build time to capture project version, build time and revision info
Add this plugin to your build using the plugins DSL:
plugins {
id("com.prot.versioninfo") version "0.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.prot.versioninfo:jar-version-info-gradle-plugin:0.5") } } apply(plugin = "com.prot.versioninfo")
- Applying plugins to all subprojects .