Gradle Plugins

Maintained by aalmiray

Summary

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

Usage

buildscript {
    repositories { jcenter() }
    dependencies {
        classpath 'org.hidetake:gradle-ssh-plugin:0.2.8'
    }
}

apply plugin: 'ssh'