dwp / queue-triage

DLQ processing support
MIT License
5 stars 4 forks source link

Enable reproducible builds #133

Closed dwp-kevinpotgieter closed 6 years ago

dwp-kevinpotgieter commented 6 years ago

Now that builds are being tagged with a semantic version after each successful CI build. The downside right now(as of the writing of this ticket) is that, building the jars from the same tag, could result in different MD5 hashes of the same built jar. This is mainly down to the fact that the jar creation process does not guarantee the order of files inside the archive. DZone has a good article explaining the problem here. Gradle user guide has some documentation on how to achieve this behaviour here