marcohu / rules_antlr

ANTLR rules for Bazel
Apache License 2.0
26 stars 36 forks source link

srcjars are not deterministic #17

Open thomasbao12 opened 3 years ago

thomasbao12 commented 3 years ago

The src jars are not deterministically generated, as the jars include modified timestamps. Please consider using something like bazel's javatools's jarcreator.

https://github.com/thomasbao12/rules_antlr/commit/f845d766a8b6d70357cd57fbe2dbb048d21d2fda

Note that the above change makes the jar's layout mirror the output directory's layout