Make builds reproducible

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes
2024-04-14 10:27:36 +02:00
parent 0ad5ef4f94
commit 8582903015
3 changed files with 7 additions and 0 deletions

View File

@ -113,5 +113,6 @@ tasks {
opt.encoding("UTF-8")
opt.keyWords()
opt.addStringOption("-since", isRelease)
opt.noTimestamp()
}
}