Sign in
gerrit
/
gerrit
/
04975d9ef5030bc03e54c830e956fc021073cdfa
/
.
/
java
/
com
/
google
/
gerrit
/
json
/
BUILD
blob: d9cec456fc2abae9a0efce9c0ccdeb900a2b14ee [
file
] [
log
] [
blame
]
load
(
"@rules_java//java:defs.bzl"
,
"java_library"
)
java_library
(
name
=
"json"
,
srcs
=
glob
([
"*.java"
]),
visibility
=
[
"//visibility:public"
],
deps
=
[
"//lib:gson"
,
],
)