From 087ab547c123e90eb4207bfe9080486d54fbf3ef Mon Sep 17 00:00:00 2001 From: Fabian Henneke Date: Fri, 14 Aug 2020 09:57:16 +0200 Subject: Reland symlink support (#1020) * Add symlink support to JGit (#1016) * Add symlink support to JGit * Fix a typo Co-authored-by: Harsh Shandilya * Prevent crash when following a broken symlink Co-authored-by: Harsh Shandilya --- app/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 257a77fe..618190d1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -118,6 +118,8 @@ dependencies { implementation(Dependencies.ThirdParty.jgit) { exclude(group = "org.apache.httpcomponents", module = "httpclient") } + // Loaded dynamically by JGit to provide symlink support + implementation(Dependencies.ThirdParty.jgit_java7) implementation(Dependencies.ThirdParty.jsch) implementation(Dependencies.ThirdParty.sshj) implementation(Dependencies.ThirdParty.bouncycastle) -- cgit v1.2.3