Set dummy date to Antville’s birthday
This commit is contained in:
parent
68e2197d24
commit
48adee4823
2 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ task installAntville {
|
|||
from "$tempDir/code/app.properties"
|
||||
into "$antvilleBuildDir/code"
|
||||
filter { line -> line.replaceAll('(version =) 0.0.0', "\$1 $version.$hash")
|
||||
.replaceAll('(buildDate =) 18 Oct 1971', "\$1 $date")
|
||||
.replaceAll('(buildDate =) 18 Jun 2001', "\$1 $date")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
# The current build version and date
|
||||
version = 0.0.0
|
||||
buildDate = 18 Oct 1971
|
||||
buildDate = 18 Jun 2001
|
||||
|
||||
# The root site
|
||||
rootId = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue