Search Gradle plugins

Version 0.2.5

0.2.5

Created 02 December 2019.

Ssh needed tasks for FTP deploy: all you need for easy deployment 🛡️

Add this plugin to your build using the plugins DSL:

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

See also:

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