Skip to content

Output File Stability #1

@LexManos

Description

@LexManos

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions