Another question -> I have sshexec mostly working now, and started to look at scp. For scp it would be convenient to be able to create a list of all files in the build folder (kotlinBuild) or a specific folder like the kotlinBuild/libs-folder The list of files would need to be evaluated when the task is run, not when the config is "parsed". I'm not sure how to do that, could you point me in the right direction? I belive this will be a pattern many plugins will use.