Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #153 from tempora-mutantur/dev
Browse files Browse the repository at this point in the history
Fix #150. Remove wars about source files with the same names
  • Loading branch information
tempora-mutantur authored Apr 20, 2020
2 parents c421ec9 + cf43f48 commit 8e59834
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ private Map<String, FilePath> createSourceFileMapping(FilePath workspace, TaskLi
FilePath::getName,
Function.identity(),
(path1, path2) -> {
listener.getLogger().println("WARNING: Duplicate filename found: " + path1.getName());
return path1;
}
));
Expand Down

0 comments on commit 8e59834

Please # to comment.