mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +00:00
This will make it easier for Donuts to do loose coupling of repositories. Without this change, they would have to copy everything from our WORKSPACE file by hand. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116674743
6 lines
160 B
Python
6 lines
160 B
Python
workspace(name = "domain_registry")
|
|
|
|
load("//java/com/google/domain/registry:repositories.bzl", "domain_registry_repositories")
|
|
|
|
domain_registry_repositories()
|