plugins {
id("org.hidetake.ssh") version "2.11.2"
}
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("org.hidetake:core:2.11.2")
}
}
apply(plugin = "org.hidetake.ssh")
plugins {
id "org.hidetake.ssh" version "2.11.2"
}
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "org.hidetake:core:2.11.2"
}
}
apply plugin: "org.hidetake.ssh"