elect
06/04/2020, 7:38 AMcreateTask(project, JMH_JAR_TASK_NAME, Jar) {
...
it.from {
runtimeConfiguration.asFileTree.collect { File f ->
f.isDirectory() ? f : project.zipTree(f)
}
}.exclude(metaInfExcludes)
in kotlin right away..
isn't there a corresponding method accepting a lambda? I cant seem to find one