We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed8c7e commit bbeff97Copy full SHA for bbeff97
Dangerfile
@@ -322,6 +322,10 @@ else
322
next
323
end
324
325
+ if line.start_with? '[INFO] Download'
326
+ next
327
+ end
328
+
329
# next plugin started its execution => no errors encountered, stop processing
330
if line.start_with? '[INFO] --- '
331
break
@@ -341,7 +345,7 @@ else
341
345
342
346
error_msgs = errors.join("\n")
343
347
fail("maven-compile-plugin has failed. Please, fix compilation errors. "\
344
- "Here is its output:\n```#{error_msgs}\n```")
348
+ "Here is its output:\n```\n#{error_msgs}\n```")
349
350
351
0 commit comments