12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
|
plugins{
|
||
|
`kotlin-dsl`
|
||
|
}
|
||
|
|
||
|
repositories{
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
|
||
|
dependencies{
|
||
|
implementation("com.github.mwiede:jsch:0.2.1")
|
||
|
}
|