mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Make lib module jar reproducible
This commit is contained in:
parent
d3a4a3a99e
commit
79f1ca5491
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ configurations {
|
|||
}
|
||||
}
|
||||
|
||||
tasks.withType<AbstractArchiveTask>().configureEach {
|
||||
isPreserveFileTimestamps = false
|
||||
isReproducibleFileOrder = true
|
||||
}
|
||||
|
||||
tasks.withType<JavaCompile> {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue