mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
build.gradle: strip timestamps from JavaDoc HTMLs
This aims to make our build reprodicible.
This commit is contained in:
parent
7605fa9535
commit
f41b495610
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ tasks.withType(AbstractArchiveTask) {
|
||||||
reproducibleFileOrder = true
|
reproducibleFileOrder = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(Javadoc) {
|
||||||
|
options.noTimestamp = true
|
||||||
|
}
|
||||||
|
|
||||||
tasks.withType(Test) {
|
tasks.withType(Test) {
|
||||||
exclude 'org/bitcoinj/net/discovery/DnsDiscoveryTest*'
|
exclude 'org/bitcoinj/net/discovery/DnsDiscoveryTest*'
|
||||||
testLogging {
|
testLogging {
|
||||||
|
|
Loading…
Add table
Reference in a new issue