You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: