Hi,
I am using gradle 1.10 and i’m trying to create a simple task:
- ssh a file from my local machine (the machine that executes the task) to a remote machine via ssh (using username , password and ip)
how can i achieve that?
Thanks!
Hi,
I am using gradle 1.10 and i’m trying to create a simple task:
how can i achieve that?
Thanks!
The Gradle SSH plugin provides this functionality out-of-the-box. The documentation of the plugin has plenty of example.