about summary refs log tree commit diff
path: root/pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch')
-rw-r--r--pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch b/pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch
deleted file mode 100644
index dd94b8514f76b..0000000000000
--- a/pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/build.gradle b/build.gradle
-index 7025b2b..d063da3 100644
---- a/build.gradle
-+++ b/build.gradle
-@@ -20,6 +20,11 @@ repositories {
- }
-
-
-+tasks.withType(AbstractArchiveTask) {
-+    preserveFileTimestamps = false
-+    reproducibleFileOrder = true
-+}
-+
-
- licenseReport {
-     renderers = [new JsonReportRenderer()]