Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use System.lineSeparator() on all systems #335

Merged
merged 1 commit into from Mar 16, 2023

Commits on Feb 10, 2023

  1. Use System.lineSeparator() on all systems

    The current version of the `flatten-maven-plugin` switches between LF
    and CRLF line endings based on the system name.
    
    Reproducible builds require normalization of line endings on all
    systems.  This PR allows to change the generated line endings by passing
    an appropriate `-Dline.separator=...` option to Maven and therefore
    allows to use LF line endings also on Windows machines.
    ppkarwasz committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ceb75fa View commit details
    Browse the repository at this point in the history