Search Gradle plugins

Version 1.8.16

1.8.16

Created 22 February 2022.

SSH task for easy deploy to remote server (+Docker helpers tasks)

Add this plugin to your build using the plugins DSL:

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

See also:

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