Sign in
gerrit
/
gerrit
/
v2.15-rc4
/
.
/
lib
/
jgit
/
org.eclipse.jgit.archive
/
BUILD
blob: 198ff25d3ba24430c72af0bf9d9f619e62b5085a [
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"
],
)