samskivert / jmustache

A Java implementation of the Mustache templating language.
Other
839 stars 128 forks source link

Make the build reproducible #168

Closed agentgt closed 9 months ago

agentgt commented 9 months ago

@samskivert

This PR will make the build reproducible (e.g. checksum will match).

https://maven.apache.org/guides/mini/guide-reproducible-builds.html

After we release with this change I will go register with:

https://github.com/jvm-repo-rebuild/reproducible-central

Reproducible builds are important for security and given how many use and given how simple of a change I think it is worth it.