aboutsummaryrefslogtreecommitdiffstats
path: root/BUCK
diff options
context:
space:
mode:
Diffstat (limited to 'BUCK')
-rw-r--r--BUCK5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUCK b/BUCK
index fca0e8a7f4..f19b7bdc5d 100644
--- a/BUCK
+++ b/BUCK
@@ -4,9 +4,10 @@ java_library(
visibility = ['PUBLIC'],
)
-java_library(
+genrule(
name = 'jgit_src',
- exported_deps = ['//org.eclipse.jgit:jgit_src'],
+ cmd = 'ln -s $(location //org.eclipse.jgit:jgit_src) $OUT',
+ out = 'jgit_src.zip',
visibility = ['PUBLIC'],
)