plugins{ `kotlin-dsl` } repositories{ mavenCentral() gradlePluginPortal() } dependencies{ implementation("com.github.mwiede:jsch:0.2.1") }