Write out the duplicate sources in the message when setting DuplicatesStrategy.WARN

I’m running Gradle 1.8 and has set DuplicatesStrategy.WARN as duplicatesStrategy when building a fat jar. Now I get messages then I encounter a duplicate containing the path to the destination. But it is fairly hard to find out which two dependencies that has own the different files, so it would be great if that is written out as well.

I don’t understand what you are proposing. Can you rephrase it and give a concrete example?