Sign in
gerrit
/
gerrit
/
a4a8e5591816c5399cd1b6b4aa3b8ff86572dea7
/
.
/
lib
/
jgit
/
org.eclipse.jgit.archive
/
BUILD
blob: 27426235efdecb977c87e35eee3f09a34a8fe369 [
file
] [
log
] [
blame
]
load
(
"//lib/jgit:jgit.bzl"
,
"jgit_dep"
)
java_library
(
name
=
"jgit-archive"
,
data
=
[
"//lib:LICENSE-jgit"
],
visibility
=
[
"//visibility:public"
],
exports
=
[
jgit_dep
(
"@jgit-archive//jar"
)],
runtime_deps
=
[
"//lib/jgit/org.eclipse.jgit:jgit"
],
)