gradle-plugins
gradle-plugins copied to clipboard
oneJar contains duplicate libraries (Gradle 1.0M6)
The jar files created by the oneJar task contain each of my dependent libraries twice. I assume this happens because (1) the runConf variable in the OneJarPlugin simply combines the compile and runtime environments without eliminating duplicates and (2) the Ant onejar task simply adds a file twice to the resulting jar file without checking whether it already exists.