Add the actual version string to helma.main.Server again
This commit is contained in:
parent
c2b37a8243
commit
66fa98353e
2 changed files with 2 additions and 1 deletions
|
@ -172,6 +172,7 @@ tasks.register('processSource', Sync) {
|
|||
line -> line
|
||||
.replaceAll('__builddate__', new Date().format("d MMM yyyy"))
|
||||
.replaceAll('__commithash__', gitOutput.toString().trim())
|
||||
.replaceAll('__version__', version)
|
||||
} into "${project.buildDir}/src"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue