Merge pull request #235 from 0-x-2-2/patch-1

Fixed serious issue.
This commit is contained in:
Leijurv 2018-10-22 12:45:37 -07:00
commit a23eadf5cf
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -32,7 +32,7 @@ import java.util.jar.JarOutputStream;
import java.util.stream.Collectors;
/**
* Make a .jar file deterministic by sorting all entries by name, and setting all the last modified times to 0.
* Make a .jar file deterministic by sorting all entries by name, and setting all the last modified times to 42069.
* This makes the build 100% reproducible since the timestamp when you built it no longer affects the final file.
*
* @author leijurv