mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
deterministic builds
This commit is contained in:
parent
ea5101dff7
commit
17773f783e
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ if(hasPlugin) {
|
|||
apply plugin: "org.javamodularity.moduleplugin"
|
||||
}
|
||||
|
||||
tasks.withType(AbstractArchiveTask) {
|
||||
preserveFileTimestamps = false
|
||||
reproducibleFileOrder = true
|
||||
}
|
||||
|
||||
group 'com.sparrowwallet'
|
||||
version '0.9'
|
||||
|
||||
|
|
Loading…
Reference in a new issue