Make builds reproducible (#4395)

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes
2024-04-14 21:04:01 +02:00
committed by GitHub
parent d383187c6e
commit bc1cc074b8
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()
}
}