This is an automated email from the ASF dual-hosted git repository. toulmean pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
commit 7f2f174761a5325ebbdd19b1e4fb922513598b89 Author: Antoine Toulme <[email protected]> AuthorDate: Sun Aug 25 21:03:17 2019 -0700 Make build reproducible --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index 4d83dd8..5e422b1 100644 --- a/build.gradle +++ b/build.gradle @@ -212,6 +212,11 @@ allprojects { } } + tasks.withType(AbstractArchiveTask) { + preserveFileTimestamps = false + reproducibleFileOrder = true + } + tasks.withType(JavaCompile) { // Until https://github.com/gradle/gradle/issues/2510 is resolved and // something like a `releaseCompability` property is added, we have to add --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
