JAR files are not identical bits

each time I create one jar file with the same contents of the last as the md5 checksum always changes. I believe these are timestamps and creation dates, but I want to have a specific reason. Thanks to everyone.

+3
source share
1 answer

This can happen because your build procedure creates several files each time it starts. For example, MANIFEST.MFlocated beneath META-INFmay contain a date, build number, etc. Therefore, if it is important for you to check the manifest and other generated generated files.

+4
source

All Articles