Closed olivierperez closed 11 months ago
When executing ./gradlew check on Windows in fails due to end-of-line characters.
./gradlew check
The issue is described here:
In this PR I propose to use \n to be platform-agnostic, as it also work on Windows.
\n
When executing
./gradlew check
on Windows in fails due to end-of-line characters.The issue is described here:
431
In this PR I propose to use
\n
to be platform-agnostic, as it also work on Windows.