Marc Reichelt
01/28/2019, 2:01 PMfrom(configurations.compile.map { configuration ->
configuration.asFileTree
.fold(files().asFileTree) { collection, file ->
if (file.isDirectory) collection else collection.plus(zipTree(file))
}
})