-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request