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.2
0.2
Created 06 November 2017.
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.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.prot.versioninfo:jar-version-info-gradle-plugin:0.2") } } apply(plugin = "com.prot.versioninfo")
- Applying plugins to all subprojects .