Added version template.
This commit is contained in:
parent
65e694e527
commit
980634c8ce
1 changed files with 18 additions and 0 deletions
18
version.mustache
Normal file
18
version.mustache
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* This file is automatically generated.
|
||||
* Do not modify! -- ALL CHANGES WILL BE ERASED!
|
||||
*/
|
||||
|
||||
package {{packageName}}
|
||||
|
||||
/**
|
||||
* Provides semantic version information.
|
||||
*
|
||||
* @author <a href="https://github.com/ethauvin/semver">Semantic Version Annotation Processor</a>
|
||||
*/
|
||||
internal object {{className}} {
|
||||
@JvmField
|
||||
val PROJECT = "{{project}}"
|
||||
@JvmField
|
||||
val VERSION = "{{version}}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue