I uploaded it to <https://github.com/edvin/kobalt-...
# kobalt
e
I uploaded it to https://github.com/edvin/kobalt-ssh-plugin - please bear in mind that it's a mess and nothing is decided as to api etc, just playing with it to get all the parts to work together first. You should be able to pull it, uncomment the imports, plugins declaration and the ssh section of the build file, do
./gradlew assemble
then remove the comments for the plugin (adjust the path) and re-run it with
./gradlew copySomeFile
. I realize this is not the smartest way to run the plugin while developing - I think you wrote something about creating a main function inside the plugin and run that, but I couldn't quite get that to work.