Marc Reichelt
jar { from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } } }