mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
Record built date in version
This commit is contained in:
parent
3bbe9bef71
commit
0ed68cc18f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class CreateFileTask extends DefaultTask {
|
|||
}
|
||||
|
||||
task createVersionResource(type: CreateFileTask) {
|
||||
fileContent = version + ' (' + gitCommit + ')'
|
||||
fileContent = version + ' (' + gitCommit + ' ' + builtDate + ')'
|
||||
outputFile = new File(projectDir, 'src/main/resources/org.jivesoftware.smack/version')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue