Skip to content

added Archiver.get/setLastModifiedDate(Date) API to force entries value #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2019
Merged

Conversation

hboutemy
Copy link
Member

this API is a step to Reproducible Builds, to get reproducible archives

it is based on comments made for #49

@@ -18,6 +18,7 @@
import java.io.File;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Side note: the class name has a typo

@Override
public void setLastModifiedDate( final Date lastModifiedDate )
{
target.setLastModifiedDate(lastModifiedDate);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting

this API is a step to Reproducible Builds, to get reproducible archives
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants