The class files order in the output jar is determined by threads racing/first come.
It would be nice to have a command line argument that sorted the resulting classes before writing them to the FS.
This way we don't have to sacrifice the speed by using --thread 1 but still maintain the stability of the output file.
We already have timestamps set to 0, so it's just the order of entries in the jar.
The class files order in the output jar is determined by threads racing/first come.
It would be nice to have a command line argument that sorted the resulting classes before writing them to the FS.
This way we don't have to sacrifice the speed by using --thread 1 but still maintain the stability of the output file.
We already have timestamps set to 0, so it's just the order of entries in the jar.