diff options
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common.xml b/common.xml index 780b90d281..02473b4385 100644 --- a/common.xml +++ b/common.xml @@ -399,8 +399,7 @@ <fail unless="cs.src" message="No cs.src parameter given" /> <property name="result.dir.full" location="${result.dir}" /> <mkdir dir="${result.dir}" /> - <echo>##teamcity[importData type='checkstyle' - path='${result.dir.full}/checkstyle-errors.xml']</echo> + <echo>##teamcity[importData type='checkstyle' path='${result.dir.full}/checkstyle-errors.xml']</echo> <cs:checkstyle config="${cs.xml}" failOnViolation="false"> <fileset dir="${cs.src}" includes="**/*.java"> <exclude name="com/vaadin/sass/internal/parser/Parser.java" /> |