From 02830989beb25e8e4fdf3cf1f77218520c66d403 Mon Sep 17 00:00:00 2001 From: Ruben Dijkstra Date: Thu, 3 Dec 2015 09:38:11 +0100 Subject: [PATCH] Configure Checkstyle line separator so it does not use system default In its default configuration, Checkstyle would fail on Windows as it would expect CRLF, the system default line separator. Closes gh-4666 --- spring-boot-parent/src/checkstyle/checkstyle.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-boot-parent/src/checkstyle/checkstyle.xml b/spring-boot-parent/src/checkstyle/checkstyle.xml index fb12805dde..7b55179e89 100644 --- a/spring-boot-parent/src/checkstyle/checkstyle.xml +++ b/spring-boot-parent/src/checkstyle/checkstyle.xml @@ -7,7 +7,9 @@ - + + +