-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
4f80bad
commit 1f0e61d
Showing
2 changed files
with
30 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters