|
The config in shared/config/checkstyle/checkstyle.xml
<module name="NewlineAtEndOfFile" />
does cause errors at build time and make the build stop on windows. The files seem to have the newline, dont know why this test does not work as expected on windows. Removing it make the build run through the checkstyle check again.
|