ethauvin
collect(compileDependencies).forEach { if (it.absolutePath != processorJar) { copy(from(it.absolutePath), to("${target}/${deployLib}")) } }