mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02:00
Add support to bazel 0.21.0
Also fixes the build. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=226493872
This commit is contained in:
parent
f83e96c448
commit
9e155f14c0
3 changed files with 19 additions and 3 deletions
|
@ -16,6 +16,7 @@ load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
|
|||
|
||||
closure_repositories(
|
||||
omit_com_google_auto_factory = True,
|
||||
omit_com_google_protobuf = True,
|
||||
omit_com_google_code_findbugs_jsr305 = True,
|
||||
omit_com_google_guava = True,
|
||||
omit_com_ibm_icu_icu4j = True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue