We are also facing this problem on Jenkins 1.484, Windows XP and Gradle plugin 1.20.

I think it is not a Gradle problem, since the console output contains a line break after the task, if not on Jenkins:

:compileJava
C:\Programme\Jenkins\jobs\myjob\workspace\src\main\java\mypackage\MyClass.java:42: warning: non-varargs call of varargs method with inexact argument type for last parameter;

But under Jenkins the console output looks like the following:

:compileJavaC:\Programme\Jenkins\jobs\myjob\workspace\src\main\java\mypackage\MyClass.java:42: warning: non-varargs call of varargs method with inexact argument type for last parameter;

Internally the HTML code is:

<b class="gradle-task">compileJavaC:\Programme\Jenkins\jobs\myjob\workspace\src\main\java\mypackage\MyClass.java:42:<a name="gradle-task-1"></a></b>

Is there any solution for this issue?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to