Skip to content

Commit

Permalink
drop duplicates handled by a transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed May 12, 2020
1 parent ecaa5ee commit 09d6560
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ else if ( shadeRequest.isShadeSourcesContent() && name.endsWith( ".java" ) )

addResource( resources, jos, mappedName, entry.getTime(), in );
}
else
{
duplicates.remove( name, jar );
}
}
}
}
Expand Down

0 comments on commit 09d6560

Please sign in to comment.