Sign in
gerrit
/
gerrit.git
/
89e7ef8fe2842def777997b71be91ff8822ee729
/
.
/
java
/
com
/
google
/
gerrit
/
exceptions
/
BUILD
blob: 873b659c5369ee323866534f22221d0032d27307 [
file
]
load
(
"@rules_java//java:defs.bzl"
,
"java_library"
)
java_library
(
name
=
"exceptions"
,
srcs
=
glob
([
"*.java"
]),
visibility
=
[
"//visibility:public"
],
deps
=
[
"//java/com/google/gerrit/entities"
,
"//lib:jgit"
,
],
)