Set dummy date to Antville’s birthday

This commit is contained in:
Tobi Schäfer 2024-01-06 22:19:49 +01:00
parent 68e2197d24
commit 48adee4823
2 changed files with 2 additions and 2 deletions

View file

@ -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")
}
}

View file

@ -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