mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Bring open source build closer to passing
This commit is contained in:
parent
1e0f064da6
commit
1a0c282cf8
3 changed files with 21 additions and 3 deletions
9
java/com/google/api/client/util/BUILD
Normal file
9
java/com/google/api/client/util/BUILD
Normal file
|
@ -0,0 +1,9 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
java_library(
|
||||
name = "util",
|
||||
exports = [
|
||||
"@google_api_client//jar",
|
||||
"@google_http_client//jar",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue