mirror of
https://github.com/google/nomulus.git
synced 2025-05-30 01:10:14 +02:00
Migrate Domain Registry to Closure Rules 0.1.0
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122525197
This commit is contained in:
parent
1abd2a6314
commit
e1cf51ebb3
43 changed files with 69 additions and 1871 deletions
16
WORKSPACE
16
WORKSPACE
|
@ -3,3 +3,19 @@ workspace(name = "domain_registry")
|
|||
load("//java/google/registry:repositories.bzl", "domain_registry_repositories")
|
||||
|
||||
domain_registry_repositories()
|
||||
|
||||
git_repository(
|
||||
name = "io_bazel_rules_closure",
|
||||
remote = "https://github.com/bazelbuild/rules_closure.git",
|
||||
tag = "0.1.0",
|
||||
)
|
||||
|
||||
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
|
||||
|
||||
closure_repositories(
|
||||
omit_gson = True,
|
||||
omit_guava = True,
|
||||
omit_icu4j = True,
|
||||
omit_jsr305 = True,
|
||||
omit_jsr330_inject = True,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue