mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
build.gradle: strip timestamps from JARs
This aims to make our build reprodicible.
This commit is contained in:
parent
b8d2521c12
commit
7605fa9535
@ -52,6 +52,11 @@ protobuf {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(AbstractArchiveTask) {
|
||||
preserveFileTimestamps = false
|
||||
reproducibleFileOrder = true
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
exclude 'org/bitcoinj/net/discovery/DnsDiscoveryTest*'
|
||||
testLogging {
|
||||
|
Loading…
Reference in New Issue
Block a user