Maintained by aalmiray
This plugin provides remote command execution and file transfer capabilities.
| Website | https://github.com/int128/gradle-ssh-plugin |
|---|---|
| Author | Hidetake Iwata |
| Version | 0.2.8 |
buildscript {
repositories { jcenter() }
dependencies {
classpath 'org.hidetake:gradle-ssh-plugin:0.2.8'
}
}
apply plugin: 'ssh'