diff --git a/reproducible-jar-mtime.patch b/reproducible-jar-mtime.patch index ed7b03d..1d42f04 100644 --- a/reproducible-jar-mtime.patch +++ b/reproducible-jar-mtime.patch @@ -47,7 +47,7 @@ "Failed to create missing parent directory for %s", zipFile); } -+ parent.setLastModified(currentTimeMillisOrSourceDateEpoch); ++ parent.setLastModified(currentTimeMillisOrSourceDateEpoch()); updatedFile = true; if (!zipFile.exists() && state.isWithoutAnyResources()) {