We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2f0a0 commit 08f342dCopy full SHA for 08f342d
build.gradle.kts
@@ -29,8 +29,11 @@ dependencies {
29
implementation("org.jetbrains.kotlin:kotlin-reflect")
30
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
31
32
+ implementation("com.github.mwiede:jsch:0.2.18")
33
implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r")
- implementation("org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.10.0.202406032230-r")
34
+ implementation("org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.10.0.202406032230-r"){
35
+ exclude(group = "com.jcraft", module = "jsch")
36
+ }
37
38
implementation("commons-io:commons-io:2.4")
39
implementation("io.github.microutils:kotlin-logging:1.4.9")
0 commit comments