From c18332784222585a441542557c1d093413e45362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 21 Dec 2023 14:29:53 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E3=81=ABJG?= =?UTF-8?q?it=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- processor/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/processor/build.gradle b/processor/build.gradle index 24d26e58..395009c8 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -33,6 +33,9 @@ dependencies { androidTestImplementation libs.androidx.test.ext.junit androidTestImplementation libs.androidx.test.espresso.core + // JGit + implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r' + implementation project(':model') implementation project(':source') implementation project(':utils')