Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Please consider adding the
*.adoc text eol=lf
in .gitattributes to force LF line endings in .adoc files to avoid issues with
String[] lines = text.split("\n");
in UpdateReadmeMojo class when a git checkout was made on a Windows machine with GIT configuration set to autocrlf = true.
Attachments
Issue Links
- relates to
-
CAMEL-18181 Build does not work on Windows
-
- Resolved
-
- links to