Sign in
gerrit
/
jgit
/
refs/heads/stable-4.3
/
.
/
org.eclipse.jgit.junit
/
BUCK
blob: 7e2543220ae0b6517b807cad673c5b69dd456248 [
file
] [
log
] [
blame
] [
edit
]
java_library
(
name
=
'junit'
,
srcs
=
glob
([
'src/**'
]),
resources
=
glob
([
'resources/**'
]),
provided_deps
=
[
'//org.eclipse.jgit:jgit'
,
'//lib:junit'
,
],
visibility
=
[
'PUBLIC'
],
)