This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 520feb7b steps towards making gradle build reproducible (#167)
520feb7b is described below
commit 520feb7b6370e89d8a227d01074eb31238bd67c0
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Aug 18 10:36:00 2023 +0100
steps towards making gradle build reproducible (#167)
---
gradle-plugin/build.gradle | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gradle-plugin/build.gradle b/gradle-plugin/build.gradle
index 435db78c..83d38247 100644
--- a/gradle-plugin/build.gradle
+++ b/gradle-plugin/build.gradle
@@ -135,3 +135,8 @@ test {
showStandardStreams = false
}
}
+
+tasks.withType(AbstractArchiveTask).configureEach {
+ preserveFileTimestamps = false
+ reproducibleFileOrder = true
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]