Search Gradle plugins

Version 0.1.9

0.1.9

Created 24 November 2019.

Ssh needed tasks for FTP deploy

Add this plugin to your build using the plugins DSL:

plugins {
  id("online.colaba.ssh") version "0.1.9"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.online.colaba:deploy-plugin:0.1.9")
      }
    }
    
    apply(plugin = "online.colaba.ssh")
  • Applying plugins to all subprojects .