Skip to content

Commit bbeff97

Browse files
committed
ignore downloading msgs
1 parent eed8c7e commit bbeff97

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dangerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,10 @@ else
322322
next
323323
end
324324

325+
if line.start_with? '[INFO] Download'
326+
next
327+
end
328+
325329
# next plugin started its execution => no errors encountered, stop processing
326330
if line.start_with? '[INFO] --- '
327331
break
@@ -341,7 +345,7 @@ else
341345
end
342346
error_msgs = errors.join("\n")
343347
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```")
345349
end
346350
end
347351

0 commit comments

Comments
 (0)